From: David Daney Date: Sat, 24 Jul 2010 01:41:43 +0000 (-0700) Subject: MIPS: uasm: Add option to export uasm API. X-Git-Tag: v2.6.36-rc1~563^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22b0763a2328434ac68cca884e1b7d350ca61332;p=pandora-kernel.git MIPS: uasm: Add option to export uasm API. A 'select EXPORT_UASM' in Kconfig will cause the uasm to be exported for use in modules. When it is exported, all the uasm data and code cease to be __init and __initdata. Also daddiu_bug cannot be __cpuinitdata if uasm is exported. The cleanest thing is to just make it normal data. Signed-off-by: David Daney To: linux-mips@linux-mips.org To: wim@iguana.be Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/1500/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed