From: Sam Ravnborg Date: Fri, 25 May 2012 21:20:15 +0000 (+0000) Subject: sparc32,leon: fix section mismatch warning X-Git-Tag: v3.5-rc1~34^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=080f88837b489ff53c9ca62bc3adefdf74eb61e8;p=pandora-kernel.git sparc32,leon: fix section mismatch warning Fix following warning: WARNING: arch/sparc/kernel/built-in.o(.cpuinit.text+0x9f4): Section mismatch in reference from the function leon_callin() to the function .init.text:leon_configure_cache_smp() The function __cpuinit leon_callin() references a function __init leon_configure_cache_smp(). If leon_configure_cache_smp is only used by leon_callin then annotate leon_configure_cache_smp with a matching annotation. Signed-off-by: Sam Ravnborg Cc: Daniel Hellstrom Cc: Konrad Eisele --- Reading git-diff-tree failed