From: Michal Simek Date: Tue, 13 Apr 2010 06:59:37 +0000 (+0200) Subject: microblaze: Quiet section mismatch warnings for MMU version X-Git-Tag: v2.6.34-rc7~12^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63f1032b97638fc2b023fa968b7703c8ebe6d6d9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed