m68k: Correct jump if not running on HP300

When running a HP300-enabled kernel on non-HP300 hardware, a test in the early
startup code jumps to the wrong label, causing a double bus fault.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Geert Uytterhoeven 2008-05-18 20:47:13 +02:00 committed by Linus Torvalds
parent e8006b060f
commit 3f365e8ee9
1 changed files with 1 additions and 1 deletions

View File

@ -1434,7 +1434,7 @@ L(mmu_fixup_done):
#endif
#ifdef CONFIG_HP300
is_not_hp300(1f)
is_not_hp300(2f)
/*
* Fix up the iobase register to point to the new location of the LEDs.
*/