[PATCH] x86_64: Implement early DMI scanning
authorAndi Kleen <ak@suse.de>
Sat, 25 Mar 2006 15:30:22 +0000 (16:30 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 17:10:55 +0000 (09:10 -0800)
commitf2d3efedbecc04dc348d723e4c90b46731b3bb48
tree982c7838a97a5c2420de392e5a36f49eaa1778b0
parentf083a329e63d471a5e9238e837772b1b76c218db
[PATCH] x86_64: Implement early DMI scanning

There are more and more cases where we need to know DMI information
early to work around bugs.  i386 already had early DMI scanning, but
x86-64 didn't.  Implement this now.

This required some cleanup in the i386 code.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/dmi_scan.c
arch/x86_64/kernel/setup.c
arch/x86_64/mm/init.c
include/asm-i386/dmi.h [new file with mode: 0644]
include/asm-x86_64/dmi.h [new file with mode: 0644]
include/asm-x86_64/io.h