kernel/arch/x86/boot/main.c
.. .. @@ -33,7 +33,7 @@ 33 33 u16 cl_offset; 34 34 }; 35 35 const struct old_cmdline * const oldcmd = 36 - (const struct old_cmdline *)OLD_CL_ADDRESS;36 + absolute_pointer(OLD_CL_ADDRESS);37 37 38 38 BUILD_BUG_ON(sizeof(boot_params) != 4096); 39 39 memcpy(&boot_params.hdr, &hdr, sizeof(hdr));