aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/bootsetup.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-16[x86] remove uses of magic macros for boot_params accessH. Peter Anvin1-40/+0
Instead of using magic macros for boot_params access, simply use the boot_params structure. Signed-off-by: H. Peter Anvin <[email protected]>
2007-10-11i386/x86_64: move headers to include/asm-x86Thomas Gleixner1-0/+40
Move the headers to include/asm-x86 and fixup the header install make rules Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>