commit | c758ecf62ad94ddfeb4e7d8a5498bdcb2e3c85db | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Wed Jan 30 13:31:03 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:31:03 2008 +0100 |
tree | 6a7b8b629bbe935c78cf3933b0cfe25253c563a9 | |
parent | 4e87173eacfd0d798aeeba14026893797826bc93 [diff] |
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>