lkml.org 
[lkml]   [2001]   [Apr]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectPATCH 2.4.4-pre2: fix build...
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."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)
\
 
 \ /
  Last update: 2005-03-22 13:25    [W:0.028 / U:0.128 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site