From: Martin Mares Date: Mon, 11 Sep 2006 19:11:42 +0000 (+0200) Subject: Oops, a typo. X-Git-Tag: holmes-import~555^2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=625c66274fc9d7a3293ce8c7710c38daec967662;p=libucw.git Oops, a typo. --- diff --git a/lib/prefetch.h b/lib/prefetch.h index 776fc6a6..4c9c716b 100644 --- a/lib/prefetch.h +++ b/lib/prefetch.h @@ -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