]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Make struct boot_params a real structure, and remove obsolete fields
authorH. Peter Anvin <hpa@zytor.com>
Wed, 11 Jul 2007 19:18:35 +0000 (12:18 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 12 Jul 2007 17:55:54 +0000 (10:55 -0700)
commit48c7ae674f03e56c78ff42c6796a36e90db67874
treeecca581aa246142ac4b9ea4f3960cc7817bb3c48
parent9c25d134b3735a4b197e108b4c7d6bbec1a275e8
Make struct boot_params a real structure, and remove obsolete fields

Make struct boot_params a real structure, and remove the handling of
some obsolete fields, in particular hd*_info, which was only used by
the ST-506 driver, and likely to be wrong for that driver on any
modern BIOS.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/kernel/setup.c
include/asm-i386/bootparam.h [new file with mode: 0644]
include/asm-i386/setup.h
include/asm-x86_64/boot.h
include/asm-x86_64/bootparam.h [new file with mode: 0644]