PATCH: fix compile warning

Alan Cox (alan@lxorguk.ukuu.org.uk)
Mon, 14 Jul 2003 13:12:29 +0100


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.22-pre5/arch/i386/boot/bootsect.S linux.22-pre5-ac1/arch/i386/boot/bootsect.S
--- linux.22-pre5/arch/i386/boot/bootsect.S 2003-07-14 12:26:59.000000000 +0100
+++ linux.22-pre5-ac1/arch/i386/boot/bootsect.S 2003-07-07 15:53:06.000000000 +0100
@@ -234,7 +234,8 @@
die: jne die # %es must be at 64kB boundary
xorw %bx, %bx # %bx is starting address within segment
rp_read:
-#ifdef __BIG_KERNEL__ # look in setup.S for bootsect_kludge
+#ifdef __BIG_KERNEL__
+ # look in setup.S for bootsect_kludge
bootsect_kludge = 0x220 # 0x200 + 0x20 which is the size of the
lcall bootsect_kludge # bootsector + bootsect_kludge offset
#else
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/