]> git.baikalelectronics.ru Git - kernel.git/commit
x86: unify cpuid functions
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Wed, 30 Jan 2008 12:31:03 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:03 +0000 (13:31 +0100)
commitd682f62cf63d9932556523d44336986b322f3ab4
tree6a7b8b629bbe935c78cf3933b0cfe25253c563a9
parent8bcf912da8cd9bb84de21cf03bc0dc98fb6b5fde
x86: unify cpuid functions

cpuid is not very different between i386 and x86_64.
We move away the x86_64 version from msr.h, and
unify them at processor.h, where they belong.

cpuid() paravirt then comes for free.

Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/asm-x86/msr.h
include/asm-x86/processor.h
include/asm-x86/processor_32.h