From: Li Yang Date: Mon, 14 May 2007 10:04:28 +0000 (+0800) Subject: kbuild: add "Section mismatch" warning whitelist for powerpc X-Git-Tag: v2.6.22-rc3~109^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd5477911fc9f5cc64678e2b95cdd606c59a11b5;p=pandora-kernel.git kbuild: add "Section mismatch" warning whitelist for powerpc This patch fixes the following class of "Section mismatch" warnings when building powerpc platforms. WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from prom_entry (offset 0x0) WARNING: arch/powerpc/platforms/built-in.o - Section mismatch: reference to .init.text:mpc8313_rdb_probe from .machine.desc after 'mach_mpc8313_rdb' (at offset 0x4) .... Signed-off-by: Li Yang Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed