From: Russell King Date: Mon, 21 Feb 2011 10:13:36 +0000 (+0000) Subject: ARM: Keep exit text/data around for SMP_ON_UP X-Git-Tag: v2.6.38-rc6~13^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9ad21fed09cb95d34af9474be0831525b30c4c6;p=pandora-kernel.git ARM: Keep exit text/data around for SMP_ON_UP When SMP_ON_UP is used and the spinlocks are inlined, we end up with inline spinlocks in the exit code, with references from the SMP alternatives section to the exit sections. This causes link time errors. Avoid this by placing the exit sections in the init-discarded region. Cc: Tested-by: Dave Martin Signed-off-by: Russell King --- Reading git-diff-tree failed