Skip to content
Snippets Groups Projects
Commit cb4d3eae authored by Russell King's avatar Russell King
Browse files

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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent d5996b2f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment