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)
- 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/
This archive was generated by hypermail 2b29 : Sun Apr 15 2001 - 21:00:18 EST