x86: move mmconfig declarations to header
authorThomas Gleixner <tglx@linutronix.de>
Fri, 2 May 2008 21:42:01 +0000 (23:42 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 30 May 2008 22:45:17 +0000 (15:45 -0700)
commitd364319b989967b74e57fef5c8017fd56a16c392
tree24b62d58456976a68ec6e0559f087bf2dc9d30df
parent1beee8dc8cf58e3f605bd7b34d7a39939be7d8d2
x86: move mmconfig declarations to header

arch/x86/kernel/mmconf-fam10h_64.c is missing the prototypes, which
are decalred in arch/x86/kernel/setup_64.c. Move the prototypes and
the inline stubs to the appropriate header file.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/mmconf-fam10h_64.c
arch/x86/kernel/setup_64.c
include/asm-x86/mmconfig.h [new file with mode: 0644]