Misspelled spinlock_prefetch for MK7 (was: Linux 2.4.2ac14)

From: junio@siamese.dhis.twinsun.com
Date: Wed Mar 07 2001 - 20:26:53 EST


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 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 : Wed Mar 07 2001 - 21:00:25 EST