Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Geert Uytterhoeven and committed by
Linus Torvalds
3f365e8e e8006b06

+1 -1
+1 -1
arch/m68k/kernel/head.S
··· 1434 1434 #endif 1435 1435 1436 1436 #ifdef CONFIG_HP300 1437 - is_not_hp300(1f) 1437 + is_not_hp300(2f) 1438 1438 /* 1439 1439 * Fix up the iobase register to point to the new location of the LEDs. 1440 1440 */