From 625c66274fc9d7a3293ce8c7710c38daec967662 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 11 Sep 2006 21:11:42 +0200 Subject: [PATCH] Oops, a typo. --- lib/prefetch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2