diff options
Diffstat (limited to 'arch/x86/boot/main.c')
-rw-r--r-- | arch/x86/boot/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/boot/main.c b/arch/x86/boot/main.c index 0eeef3989a17..1f95750ede28 100644 --- a/arch/x86/boot/main.c +++ b/arch/x86/boot/main.c | |||
@@ -26,8 +26,6 @@ char *heap_end = _end; /* Default end of heap = no heap */ | |||
26 | * screws up the old-style command line protocol, adjust by | 26 | * screws up the old-style command line protocol, adjust by |
27 | * filling in the new-style command line pointer instead. | 27 | * filling in the new-style command line pointer instead. |
28 | */ | 28 | */ |
29 | #define OLD_CL_MAGIC 0xA33F | ||
30 | #define OLD_CL_ADDRESS 0x20 | ||
31 | 29 | ||
32 | static void copy_boot_params(void) | 30 | static void copy_boot_params(void) |
33 | { | 31 | { |