commit | d1097635deed7196c2a859f285c29267779ca45a | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri May 02 23:42:01 2008 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sun May 25 08:58:27 2008 +0200 |
tree | 556d1876fccaeed93653a49663d93ee55299f2e2 | |
parent | 55d4f22abc9f011c5db982f83377cdd38bb9a2a3 [diff] |
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>