aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/solaris
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2006-09-27 02:14:21 -0400
committerDavid S. Miller <davem@davemloft.net>2006-09-27 02:14:21 -0400
commit715a0ecc29c850d2b2f76e1803d3f22cd5a0ac0d (patch)
treee174bca291d145b4b2128b9dd59b6e73e596b457 /arch/sparc64/solaris
parente531dcc568ca326428158e9574b8560572b8ae28 (diff)
[SPARC64]: Kill bogus check from bootmem_init().
There is an ancient and totally incorrect sanity check being done on the ramdisk location. The check assumes that the kernel is always loaded to physical address zero, which is wrong. It was trying to validate the ramdisk value by saying that if it fell within the kernel image address range it must be wrong. Anyways, kill this because it actually creates problems. The 'ramdisk_image' should always be adjusted down by KERNBASE. SILO can easily put the ramdisk in a location which causes this test to trigger, breaking things. [ Based almost entirely upon a patch from Ben Collins. ] Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/solaris')
0 files changed, 0 insertions, 0 deletions