You need this to compile for Athron/Durons.

--- 2.4.2-ac14/include/asm-i386/processor.h     Wed Mar  7 16:59:48 2001
+++ 2.4.2-ac14/include/asm-i386/processor.h     Wed Mar  7 17:25:17 2001
@@ -499,7 +499,7 @@
 {
         __asm__ __volatile__ ("prefetch (%0)" : : "r"(x));
 }
-#define spinock_prefetch(x)    prefetchw(x)
+#define spinlock_prefetch(x)   prefetchw(x)
 
 #endif
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to