]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: code split to two parts
authorPeter Oruba <peter.oruba@amd.com>
Mon, 28 Jul 2008 16:44:17 +0000 (18:44 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 28 Jul 2008 17:57:55 +0000 (19:57 +0200)
commit3e135d887c973b525d43fbb67dfc5972694882f6
treef24650c6d57c72f4fe77b96b19d891bee6865349
parent1abae31096007cc993f67ae2576fe8f812270ad6
x86: code split to two parts

Split off existing code into two seperate files. One file holds general
code, the other file vendor specific parts.

No functional changes, only refactoring.

Temporarily Introduced a new module name 'ucode' for result,
due to already taken name 'microcode'.

Signed-off-by: Peter Oruba <peter.oruba@amd.com>
Cc: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/Makefile
arch/x86/kernel/microcode.c [new file with mode: 0644]
arch/x86/kernel/microcode_intel.c