]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[x86] remove uses of magic macros for boot_params access
authorH. Peter Anvin <hpa@zytor.com>
Tue, 16 Oct 2007 00:13:22 +0000 (17:13 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 17 Oct 2007 00:38:31 +0000 (17:38 -0700)
commit30c826451d3e5bbc6e11bba0e7fee5d2f49d9b75
tree61abd11d1703673ff21227d42ed4b07d85dd0290
parent2b0460b534f383eca744eb8fff66ec9f57e702b9
[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>
20 files changed:
arch/x86/boot/Makefile
arch/x86/kernel/e820_64.c
arch/x86/kernel/early_printk.c
arch/x86/kernel/efi_32.c
arch/x86/kernel/head64.c
arch/x86/kernel/setup64.c
arch/x86/kernel/setup_32.c
arch/x86/kernel/setup_64.c
arch/x86/mach-default/setup.c
arch/x86/mach-visws/setup.c
arch/x86/mach-voyager/setup.c
arch/x86/mm/discontig_32.c
arch/x86/xen/enlighten.c
drivers/lguest/lguest.c
drivers/video/console/vgacon.c
include/asm-x86/Kbuild
include/asm-x86/bootparam.h
include/asm-x86/bootsetup.h [deleted file]
include/asm-x86/setup_32.h
include/asm-x86/setup_64.h