|
@@ -98,7 +98,7 @@ void __init x86_64_start_reservations(char *real_mode_data)
|
|
copy_bootdata(__va(real_mode_data));
|
|
copy_bootdata(__va(real_mode_data));
|
|
|
|
|
|
memblock_reserve(__pa_symbol(_text),
|
|
memblock_reserve(__pa_symbol(_text),
|
|
- (phys_addr_t)__bss_stop - (phys_addr_t)_text);
|
|
|
|
|
|
+ (unsigned long)__bss_stop - (unsigned long)_text);
|
|
|
|
|
|
#ifdef CONFIG_BLK_DEV_INITRD
|
|
#ifdef CONFIG_BLK_DEV_INITRD
|
|
/* Reserve INITRD */
|
|
/* Reserve INITRD */
|