diff options
Diffstat (limited to 'arch/sh/kernel/setup.c')
| -rw-r--r-- | arch/sh/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c index 836e80d5cb9f..5767f0a84cd7 100644 --- a/arch/sh/kernel/setup.c +++ b/arch/sh/kernel/setup.c | |||
| @@ -282,7 +282,7 @@ void __init setup_bootmem_allocator(unsigned long free_pfn) | |||
| 282 | printk("initrd extends beyond end of memory " | 282 | printk("initrd extends beyond end of memory " |
| 283 | "(0x%08lx > 0x%08lx)\ndisabling initrd\n", | 283 | "(0x%08lx > 0x%08lx)\ndisabling initrd\n", |
| 284 | initrd_start_phys + INITRD_SIZE, | 284 | initrd_start_phys + INITRD_SIZE, |
| 285 | PFN_PHYS(max_low_pfn)); | 285 | (unsigned long)PFN_PHYS(max_low_pfn)); |
| 286 | initrd_start = 0; | 286 | initrd_start = 0; |
| 287 | } | 287 | } |
| 288 | } | 288 | } |
