]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7c97b390abc2d4284f1a5bd18fc678db0d75210c
treebae0ea44acd4a3e0a3e03999bde667446203468c
parentf49464fa8dfacb088edfa3aa9e1eff07ef4a28a9
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