All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.4.21-bk2] bootsect.S compile warning fix
@ 2003-07-06 19:46 Michael Buesch
  0 siblings, 0 replies; only message in thread
From: Michael Buesch @ 2003-07-06 19:46 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux kernel mailing list

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi.

fixes "Warning: extra tokens at end of #ifdef directive"
compiletime warning:

- --- arch/i386/boot/bootsect.S.orig      2001-11-09 22:58:02.000000000 +0100
+++ arch/i386/boot/bootsect.S   2003-07-06 21:41:34.000000000 +0200
@@ -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

- -- 
Regards Michael Buesch
http://www.8ung.at/tuxsoft
 21:41:40 up  2:16,  2 users,  load average: 1.04, 1.39, 1.29

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/CHy2oxoigfggmSgRAjwEAJ9G2Qa/BWuhD7DJ6DwQDK2QNKuIDACePrQh
oT8CqgpZYXCwHQ2uECHcYrU=
=Ic2J
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-06 19:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-06 19:46 [PATCH 2.4.21-bk2] bootsect.S compile warning fix Michael Buesch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.