public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] [patch] fixup for processor.h
@ 2003-04-08 23:09 Martin Hicks
  0 siblings, 0 replies; only message in thread
From: Martin Hicks @ 2003-04-08 23:09 UTC (permalink / raw)
  To: linux-ia64

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));


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-08 23:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-08 23:09 [Linux-ia64] [patch] fixup for processor.h Martin Hicks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox