From: Ralf Baechle Date: Wed, 30 Jan 2008 14:14:08 +0000 (+0000) Subject: Remove __INIT_REFOK and __INITDATA_REFOK X-Git-Tag: v2.6.25-rc1~1062^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=470a81ae15ed8c037afa0466e2731566a111c134;p=pandora-kernel.git Remove __INIT_REFOK and __INITDATA_REFOK Commit 312b1485fb509c9bc32eda28ad29537896658cb8 made __INIT_REFOK expand into .section .section ".ref.text", "ax". Since the assembler doesn't tolerate stuttering in the source that broke all MIPS builds. Since with this change Sam downgraded __INIT_REFOK to just a backward compat thing and there being only a single use in the MIPS arch code the best solution is to delete both of __INIT_REFOK and __INITDATA_REFOK (which was equally broken) being unused anyway these can be deleted. Signed-off-by: Ralf Baechle Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed