Re: Misspelled spinlock_prefetch for MK7 (was: Linux 2.4.2ac14)

junio@siamese.dhis.twinsun.com
07 Mar 2001 17:56:24 -0800


Sorry, I have wasted your time by speaking too early.

Here is a corrected version of my fix; the old one replaced one
typo with another X-<.

You need this to link 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 spin_lock_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/