]> git.baikalelectronics.ru Git - kernel.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)
commit7c9653aaa37c6c3541b56d9ba7af66ede4565381
tree61abd11d1703673ff21227d42ed4b07d85dd0290
parentd987e7ef175ab11800e60fdb33a5f42a0bcefad2
[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