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)
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>

No differences found