Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bbc15f46 authored by Paul Bolle's avatar Paul Bolle Committed by H. Peter Anvin
Browse files

[x86 setup] Fix typo in arch/i386/boot/header.S



There's an obvious typo in arch/i386/boot/header.S (in your
linux-2.6-x86setup.git) that I noticed by just studying the code.

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent 91c4b8cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -275,7 +275,7 @@ die:
	hlt
	hlt
	jmp	die
	jmp	die


	.size	die, .-due
	.size	die, .-die


	.section ".initdata", "a"
	.section ".initdata", "a"
setup_corrupt:
setup_corrupt: