lkml.org 
[lkml]   [2001]   [Mar]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: Misspelled spinlock_prefetch for MK7 (was: Linux 2.4.2ac14)
Date
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/
\
 
 \ /
  Last update: 2005-03-22 13:29    [W:0.806 / U:0.896 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site