memdisk: allow up to 1024 e820 descriptors
authorH. Peter Anvin <hpa@zytor.com>
Tue, 8 Apr 2008 23:53:49 +0000 (16:53 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 8 Apr 2008 23:53:49 +0000 (16:53 -0700)
commit36ae045f02be2c68e1083de6722908d4edfa8f71
tree33814aba8b33c0af5f2184e55d87cf4d42a90c25
parentceee8633c70e5cad45e2398ab489e59941bdacd3
memdisk: allow up to 1024 e820 descriptors

There are plenty of systems out there with more than 64 e820
descriptors.  The hard-coded limit is only used during initialization,
so we might as well go nuts.
memdisk/e820func.c