]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: moved microcode.c to microcode_intel.c
authorDmitry Adamushko <dmitry.adamushko@gmail.com>
Tue, 23 Sep 2008 10:08:44 +0000 (12:08 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 23 Sep 2008 10:21:42 +0000 (12:21 +0200)
commit18dbc9160507dc7df998e00cd1dcd7889557307b
tree81262b57db5de63267762083a54a37558d8555f0
parenta1c75cc5018f17ff6d80ce45a13435b1536f76db
x86: moved microcode.c to microcode_intel.c

Combine both generic and arch-specific parts of microcode into a
single module (arch-specific parts are config-dependent).

Also while we are at it, move arch-specific parts from microcode.h
into their respective arch-specific .c files.

Signed-off-by: Dmitry Adamushko <dmitry.adamushko@gmail.com>
Cc: "Peter Oruba" <peter.oruba@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig
arch/x86/kernel/Makefile
arch/x86/kernel/microcode_amd.c
arch/x86/kernel/microcode_core.c [moved from arch/x86/kernel/microcode.c with 96% similarity]
arch/x86/kernel/microcode_intel.c
include/asm-x86/microcode.h