]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/x86/kernel/cpu/common.c
x86: move definitions to processor.h
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Wed, 30 Jan 2008 12:31:39 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:39 +0000 (13:31 +0100)
commit1a53905adddf6cc6d795bd7e988c60a19773f72e
treec43a3fadda0a7d35185b283bf05727924c9dccf6
parentfc87e9061a5635fe1b367dad95498846dd5eda31
x86: move definitions to processor.h

This patch moves definitions that are present in only one of the files
(between processor_32.h and processor_64.h), to processor.h. They're mostly
structures and function definitions.

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>
arch/x86/kernel/cpu/common.c
arch/x86/kernel/setup_64.c
include/asm-x86/processor.h
include/asm-x86/processor_32.h
include/asm-x86/processor_64.h