x86: move mmconfig declarations to header
authorThomas Gleixner <tglx@linutronix.de>
Fri, 2 May 2008 21:42:01 +0000 (23:42 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 25 May 2008 06:58:27 +0000 (08:58 +0200)
commitd1097635deed7196c2a859f285c29267779ca45a
tree556d1876fccaeed93653a49663d93ee55299f2e2
parent55d4f22abc9f011c5db982f83377cdd38bb9a2a3
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]