]> mj.ucw.cz Git - libucw.git/commitdiff
Oops, a typo.
authorMartin Mares <mj@ucw.cz>
Mon, 11 Sep 2006 19:11:42 +0000 (21:11 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 11 Sep 2006 19:11:42 +0000 (21:11 +0200)
lib/prefetch.h

index 776fc6a6a002e5883fed64d0a82a553085c13470..4c9c716b81f9016d79def776d3f875a7825b111a 100644 (file)
@@ -14,7 +14,7 @@
   /* K6 doesn't have prefetches */
 
 #elif defined(__athlon) || defined(__k8) || \
-      defined(__i686) || \\
+      defined(__i686) || \
       defined(__pentium4) || defined(__prescott) || defined(__nocona)
 
 #define HAVE_PREFETCH