[PATCH] x86_64: Generalize DMI and enable for x86-64
authorAndi Kleen <ak@suse.de>
Wed, 11 Jan 2006 21:43:33 +0000 (22:43 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 12 Jan 2006 03:04:51 +0000 (19:04 -0800)
commite99286744599a66195de4cd975d7ef4d643c2789
treed231b075c9bdb0bd7fa48d0eb00551a529e4586a
parentb347d25fbc4616f4f37895e9afbe25b2bbc7e11f
[PATCH] x86_64: Generalize DMI and enable for x86-64

Some people need it now on 64bit so reuse the i386 code for
x86-64. This will be also useful for future bug workarounds.

It is a bit simplified there because there is no need
to do it very early on x86-64. This means it doesn't need
early ioremap et.al. We run it as a core initcall right now.

I hope it's not needed for early setup.

I added a general CONFIG_DMI symbol in case IA64 or someone
else wants to reuse the code later too.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/Kconfig
arch/i386/kernel/dmi_scan.c
arch/i386/kernel/setup.c
arch/x86_64/Kconfig
arch/x86_64/kernel/Makefile
arch/x86_64/kernel/setup.c
include/asm-i386/io.h
include/asm-x86_64/io.h
include/linux/dmi.h