From: Al Viro Date: Sat, 13 Oct 2007 07:40:24 +0000 (+0100) Subject: fix sparc32 breakage (result of vmlinux.lds.S bug) X-Git-Tag: v2.6.24-rc1~1367 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23ec23c2d3496d1cdf74f73d60ab1051405ca774;p=pandora-kernel.git fix sparc32 breakage (result of vmlinux.lds.S bug) In commit 4665079cbb2a3e17de82f2ab2940b9f97f37d65e ("[NETNS]: Move some code into __init section when CONFIG_NET_NS=n") we got a new section - .exit.text.refok (more of 'let's tell modpost that some bogus calls are not bogus', a-la text.init.refok). Unfortunately, the commit in question forgot to add it to TEXT_TEXT, with rather amusing results. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed