Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 28 Nov 2002 09:19:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 28 Nov 2002 09:19:29 -0500 Received: from noodles.codemonkey.org.uk ([213.152.47.19]:15848 "EHLO noodles.internal") by vger.kernel.org with ESMTP id ; Thu, 28 Nov 2002 09:19:28 -0500 Date: Thu, 28 Nov 2002 14:24:37 +0000 From: Dave Jones To: Margit Schubert-While Cc: linux-kernel@vger.kernel.org Subject: Re: 2.4.19/20, 2.5 missing P4 ifdef ? Message-ID: <20021128142437.GA23664@suse.de> Mail-Followup-To: Dave Jones , Margit Schubert-While , linux-kernel@vger.kernel.org References: <4.3.2.7.2.20021128151157.00b522c0@pop.t-online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4.3.2.7.2.20021128151157.00b522c0@pop.t-online.de> User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 842 Lines: 28 On Thu, Nov 28, 2002 at 03:17:53PM +0100, Margit Schubert-While wrote: > Just noticed this in "include/asm-i386/processor.h" : > > --- snip --- > /* Prefetch instructions for Pentium III and AMD Athlon */ > #ifdef CONFIG_MPENTIUMIII > #define ARCH_HAS_PREFETCH > extern inline void prefetch(const void *x) > { > __asm__ __volatile__ ("prefetchnta (%0)" : : "r"(x)); > } > #elif CONFIG_X86_USE_3DNOW > --- end snip --- > > The P4 has SSE and prefetch or no ? It does. You seem to have found a bug. Dave -- | Dave Jones. http://www.codemonkey.org.uk | SuSE Labs - 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/