mirror of
https://github.com/joel16/android_kernel_sony_msm8994_rework.git
synced 2025-01-12 23:12:50 +00:00
[SPARC32]: Revert f642b263800e6e57c377d630be6d2a999683b579.
This causes boot failures for some people. It looks like in fact that some SILO provided ramdisk images should not be KERNBASE normalized. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
195f7fd0a7
commit
efb896300c
@ -206,7 +206,8 @@ unsigned long __init bootmem_init(unsigned long *pages_avail)
|
||||
#ifdef CONFIG_BLK_DEV_INITRD
|
||||
/* Now have to check initial ramdisk, so that bootmap does not overwrite it */
|
||||
if (sparc_ramdisk_image) {
|
||||
sparc_ramdisk_image -= KERNBASE;
|
||||
if (sparc_ramdisk_image >= (unsigned long)&_end - 2 * PAGE_SIZE)
|
||||
sparc_ramdisk_image -= KERNBASE;
|
||||
initrd_start = sparc_ramdisk_image + phys_base;
|
||||
initrd_end = initrd_start + sparc_ramdisk_size;
|
||||
if (initrd_end > end_of_phys_memory) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user