linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: junio@siamese.dhis.twinsun.com
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: linux-kernel@vger.kernel.org
Subject: Misspelled spinlock_prefetch for MK7 (was: Linux 2.4.2ac14)
Date: 07 Mar 2001 17:26:53 -0800	[thread overview]
Message-ID: <7vsnkpuk2q.fsf@siamese.dhis.twinsun.com> (raw)
In-Reply-To: <E14an7j-0001rZ-00@the-village.bc.nu>
In-Reply-To: <E14an7j-0001rZ-00@the-village.bc.nu>

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
 

  parent reply	other threads:[~2001-03-08  1:27 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-07 23:13 Linux 2.4.2ac14 Alan Cox
2001-03-08  0:40 ` Greg KH
2001-03-08  0:17   ` Questions about Enterprise Storage with Linux Tom Sightler
2001-03-08  2:11     ` Jesse Pollard
2001-03-08  1:20       ` Marcelo Tosatti
2001-03-08  2:35       ` Tom Sightler
2001-03-08  6:00         ` Tim Moore
2001-03-08  5:09     ` Jauder Ho
2001-03-08  7:22     ` james rich
2001-03-09  0:29     ` Thomas Davis
2001-03-08  0:59   ` Linux 2.4.2ac14 Greg KH
2001-03-08 20:43   ` andersg
2001-03-08  0:43 ` [PATCH] " Tachino Nobuhiro
2001-03-08  1:26 ` junio [this message]
2001-03-08  1:56   ` Misspelled spinlock_prefetch for MK7 (was: Linux 2.4.2ac14) junio
2001-03-08  5:20 ` Linux 2.4.2ac14 Keitaro Yosimura
2001-03-08 12:12   ` Alan Cox
2001-03-08  7:37 ` Doug Ledford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7vsnkpuk2q.fsf@siamese.dhis.twinsun.com \
    --to=junio@siamese.dhis.twinsun.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).