x86: pgtable_32.h - prototype and section mismatch fixes
authorJacek Luczak <difrost.kernel@gmail.com>
Sun, 13 Apr 2008 15:41:04 +0000 (17:41 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 26 Apr 2008 15:35:48 +0000 (17:35 +0200)
commit6d4ce043268451b8016480461717f2aa59b5486c
treebae0ea44acd4a3e0a3e03999bde667446203468c
parent28acf285deb193a1898bd531d778b0d1b1b75f2c
x86: pgtable_32.h - prototype and section mismatch fixes

This patch adds extern to native_pagetable_setup_[start,done]() protypes and
fixes following section mismatch warning:

WARNING: arch/x86/mm/built-in.o(.text+0xf2): Section mismatch in reference from
the function paravirt_pagetable_setup_start()

paravirt_pagetable_setup_[start,done]() is used by __init pagetable_init().
Annotate both functions with __init.

Signed-off-by: Jacek Luczak <luczak.jacek@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/asm-x86/pgtable_32.h