diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-10-15 20:13:22 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-10-16 20:38:31 -0400 |
commit | 30c826451d3e5bbc6e11bba0e7fee5d2f49d9b75 (patch) | |
tree | 61abd11d1703673ff21227d42ed4b07d85dd0290 /include/asm-x86/bootparam.h | |
parent | 2b0460b534f383eca744eb8fff66ec9f57e702b9 (diff) |
[x86] remove uses of magic macros for boot_params access
Instead of using magic macros for boot_params access, simply use the
boot_params structure.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'include/asm-x86/bootparam.h')
-rw-r--r-- | include/asm-x86/bootparam.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86/bootparam.h b/include/asm-x86/bootparam.h index b91b01783e4b..ef67b59dbdb9 100644 --- a/include/asm-x86/bootparam.h +++ b/include/asm-x86/bootparam.h | |||
@@ -14,6 +14,9 @@ struct setup_header { | |||
14 | u16 root_flags; | 14 | u16 root_flags; |
15 | u32 syssize; | 15 | u32 syssize; |
16 | u16 ram_size; | 16 | u16 ram_size; |
17 | #define RAMDISK_IMAGE_START_MASK 0x07FF | ||
18 | #define RAMDISK_PROMPT_FLAG 0x8000 | ||
19 | #define RAMDISK_LOAD_FLAG 0x4000 | ||
17 | u16 vid_mode; | 20 | u16 vid_mode; |
18 | u16 root_dev; | 21 | u16 root_dev; |
19 | u16 boot_flag; | 22 | u16 boot_flag; |