And the following is in addition to that patch for stuff that's in the
current linux-2.5 tree but wasn't when I tested the inital patch.
-- Tom Rini (TR1265) http://gate.crashing.org/~trini/===== arch/i386/kernel/cpu/amd.c 1.1 vs edited ===== --- 1.1/arch/i386/kernel/cpu/amd.c Wed May 8 08:11:31 2002 +++ edited/arch/i386/kernel/cpu/amd.c Thu Jun 6 13:51:10 2002 @@ -1,5 +1,6 @@ #include <linux/init.h> #include <linux/bitops.h> +#include <linux/mm.h> #include <asm/io.h> #include <asm/processor.h> ===== include/asm-i386/desc.h 1.4 vs edited ===== --- 1.4/include/asm-i386/desc.h Sat Apr 27 10:47:46 2002 +++ edited/include/asm-i386/desc.h Thu Jun 6 13:45:09 2002 @@ -49,6 +49,9 @@ #define __LDT(n) (((n)<<2) + __FIRST_LDT_ENTRY) #ifndef __ASSEMBLY__ + +#include <asm/mmu.h> + struct desc_struct { unsigned long a,b; }; - 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/