From: Russell King Date: Sat, 15 Jan 2011 11:19:19 +0000 (+0000) Subject: ARM: fix missing branch in __error_a X-Git-Tag: v2.6.38-rc1~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb4d3eaebb96616085f5a46a7d7e004ddd955b09;p=pandora-kernel.git ARM: fix missing branch in __error_a When DEBUG_LL is not set, we don't want __error_a re-entering __lookup_machine_type - we want it to go to the error function. This used to be the case before we reorganized the layout for hotplug cpu, as we used to fall through to __error. With the changed layout, we need an explicit branch here instead. Signed-off-by: Russell King --- Reading git-diff-tree failed