]> git.baikalelectronics.ru Git - kernel.git/commit
microblaze: Quiet section mismatch warnings for MMU version
authorMichal Simek <monstr@monstr.eu>
Tue, 13 Apr 2010 06:59:37 +0000 (08:59 +0200)
committerMichal Simek <monstr@monstr.eu>
Thu, 6 May 2010 09:21:58 +0000 (11:21 +0200)
commitf67093e98663e3b2ef7c2acd36829f810d1dfa8f
treed44fba046ea176d9beb1d90cc2bf940037b29f0f
parenta1cb686898dd0564b11e0c12adfca7347d283f9e
microblaze: Quiet section mismatch warnings for MMU version

Remove section mismatch - based on ppc aproach.

WARNING: vmlinux.o(.text+0x64834): Section mismatch in reference
from the function __pte_alloc_kernel() to the function .init.text:early_get_page()
The function __pte_alloc_kernel() references
the function __init early_get_page().
This is often because __pte_alloc_kernel lacks a __init
annotation or the annotation of early_get_page is wrong.

Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/pgalloc.h
arch/microblaze/mm/pgtable.c