Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 7 Mar 2001 20:27:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 7 Mar 2001 20:27:31 -0500 Received: from cx879306-a.pv1.ca.home.com ([24.5.157.48]:18935 "EHLO siamese.dhis.twinsun.com") by vger.kernel.org with ESMTP id ; Wed, 7 Mar 2001 20:27:19 -0500 From: junio@siamese.dhis.twinsun.com To: Alan Cox Cc: linux-kernel@vger.kernel.org Subject: Misspelled spinlock_prefetch for MK7 (was: Linux 2.4.2ac14) In-Reply-To: Date: 07 Mar 2001 17:26:53 -0800 In-Reply-To: Message-ID: <7vsnkpuk2q.fsf@siamese.dhis.twinsun.com> Lines: 13 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org You need this to compile 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 spinlock_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/