PATCH 2.4.4-pre2: fix build...

Jeff Garzik (jgarzik@mandrakesoft.com)
Thu, 12 Apr 2001 03:06:23 -0400


This is a multi-part message in MIME format.
--------------79BD2878E97D91C34A68538A
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

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."
--------------79BD2878E97D91C34A68538A
Content-Type: text/plain; charset=us-ascii;
 name="rwsem-fix.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="rwsem-fix.patch"

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)

--------------79BD2878E97D91C34A68538A--

- 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/