hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/x86/boot/main.c
....@@ -33,7 +33,7 @@
3333 u16 cl_offset;
3434 };
3535 const struct old_cmdline * const oldcmd =
36
- (const struct old_cmdline *)OLD_CL_ADDRESS;
36
+ absolute_pointer(OLD_CL_ADDRESS);
3737
3838 BUILD_BUG_ON(sizeof(boot_params) != 4096);
3939 memcpy(&boot_params.hdr, &hdr, sizeof(hdr));