diff options
author | Michal Simek <monstr@monstr.eu> | 2010-04-13 08:59:37 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-05-06 11:21:58 +0200 |
commit | 63f1032b97638fc2b023fa968b7703c8ebe6d6d9 (patch) | |
tree | d44fba046ea176d9beb1d90cc2bf940037b29f0f /Kbuild | |
parent | 7a0248e819ddaf2c2f28e6edd287b90aa930702a (diff) | |
download | talos-obmc-linux-63f1032b97638fc2b023fa968b7703c8ebe6d6d9.tar.gz talos-obmc-linux-63f1032b97638fc2b023fa968b7703c8ebe6d6d9.zip |
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>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions