linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH 2.4.4-pre2: fix build...
@ 2001-04-12  7:06 Jeff Garzik
  0 siblings, 0 replies; only message in thread
From: Jeff Garzik @ 2001-04-12  7:06 UTC (permalink / raw)
  To: Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 279 bytes --]

Some uniprocessor configurations require the following patch in order to
build 2.4.4-pre2 at all...
-- 
Jeff Garzik       | Sam: "Mind if I drive?"
Building 1024     | Max: "Not if you don't mind me clawing at the dash
MandrakeSoft      |       and shrieking like a cheerleader."

[-- Attachment #2: rwsem-fix.patch --]
[-- Type: text/plain, Size: 628 bytes --]

Index: include/asm-i386/rwsem.h
===================================================================
RCS file: /cvsroot/gkernel/linux_2_4/include/asm-i386/rwsem.h,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 rwsem.h
--- include/asm-i386/rwsem.h	2001/04/12 03:17:29	1.1.1.1
+++ include/asm-i386/rwsem.h	2001/04/12 06:49:36
@@ -15,10 +15,10 @@
 
 #ifdef __KERNEL__
 
+#include <linux/wait.h>
+#include <linux/spinlock.h>
 #include <asm/system.h>
 #include <asm/atomic.h>
-#include <asm/spinlock.h>
-#include <linux/wait.h>
 
 #if RWSEM_DEBUG
 #define rwsemdebug(FMT,...) do { if (sem->debug) printk(FMT,__VA_ARGS__); } while(0)

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

only message in thread, other threads:[~2001-04-12  7:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-12  7:06 PATCH 2.4.4-pre2: fix build Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).