lkml.org 
[lkml]   [2003]   [Jul]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectPATCH: fix compile warning
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/
\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.045 / U:0.256 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site