From: Martin Hicks <mort@wildopensource.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] [patch] fixup for processor.h
Date: Tue, 08 Apr 2003 23:09:00 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590723705442@msgid-missing> (raw)
Here is a trivial patch to processor.h to change "extern" to "static".
The patch is against linux-2.5.64-ia64-030307
mh
--
Wild Open Source Inc. mort@wildopensource.com
diff -X /home/mort/diffex -uNr linux-2.5.64.pristine/include/asm-ia64/processor.h linux-2.5.64/include/asm-ia64/processor.h
--- linux-2.5.64.pristine/include/asm-ia64/processor.h Tue Apr 8 18:53:21 2003
+++ linux-2.5.64/include/asm-ia64/processor.h Tue Apr 8 18:58:31 2003
@@ -912,13 +912,13 @@
#define ARCH_HAS_SPINLOCK_PREFETCH
#define PREFETCH_STRIDE 256
-extern inline void
+static inline void
prefetch (const void *x)
{
__asm__ __volatile__ ("lfetch [%0]" : : "r"(x));
}
-extern inline void
+static inline void
prefetchw (const void *x)
{
__asm__ __volatile__ ("lfetch.excl [%0]" : : "r"(x));
reply other threads:[~2003-04-08 23:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=marc-linux-ia64-105590723705442@msgid-missing \
--to=mort@wildopensource.com \
--cc=linux-ia64@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.