Author: gotom
Date: 2005-06-12 15:49:05 +0000 (Sun, 12 Jun 2005)
New Revision: 925

Added:
   
linux-kernel-headers/branches/lkh-branch-2.6.12/debian/patches/asm-ppc64-memory.patch
Modified:
   linux-kernel-headers/branches/lkh-branch-2.6.12/debian/changelog
Log:
    - Rafael Avila de Espindola <[EMAIL PROTECTED]>:
      - debian/patches/asm-ppc64-memory.patch: Add to change inline ->
        __inline__ for asm-ppc64/memory.h.  (Closes: #268078)



Modified: linux-kernel-headers/branches/lkh-branch-2.6.12/debian/changelog
===================================================================
--- linux-kernel-headers/branches/lkh-branch-2.6.12/debian/changelog    
2005-06-12 15:48:21 UTC (rev 924)
+++ linux-kernel-headers/branches/lkh-branch-2.6.12/debian/changelog    
2005-06-12 15:49:05 UTC (rev 925)
@@ -31,6 +31,10 @@
       - debian/rules: Add powerpc64 support.
       - debian/generate-asm.sh: Likewise.
 
+    - Rafael Avila de Espindola <[EMAIL PROTECTED]>:
+      - debian/patches/asm-ppc64-memory.patch: Add to change inline ->
+        __inline__ for asm-ppc64/memory.h.  (Closes: #268078)
+
  -- GOTO Masanori <[EMAIL PROTECTED]>  Sat, 28 May 2005 00:00:34 +0900
 
 linux-kernel-headers (2.6.12+0rc5-1) experimental; urgency=low

Added: 
linux-kernel-headers/branches/lkh-branch-2.6.12/debian/patches/asm-ppc64-memory.patch
===================================================================
--- 
linux-kernel-headers/branches/lkh-branch-2.6.12/debian/patches/asm-ppc64-memory.patch
       2005-06-12 15:48:21 UTC (rev 924)
+++ 
linux-kernel-headers/branches/lkh-branch-2.6.12/debian/patches/asm-ppc64-memory.patch
       2005-06-12 15:49:05 UTC (rev 925)
@@ -0,0 +1,24 @@
+#268078: Change inline -> __inline__.
+
+diff -ruN linux-2.6.0-test7-bk/debian/patches/ppc64-inline.patch 
linux-2.6.0-test7-bk-new/debian/patches/ppc64-inline.patch
+--- linux-2.6.0-test7-bk/debian/patches/ppc64-inline.patch     1970-01-01 
00:00:00.000000000 +0000
++++ linux-2.6.0-test7-bk-new/debian/patches/ppc64-inline.patch 2004-08-22 
15:17:45.724964280 +0000
+@@ -0,0 +1,18 @@
++diff -ruN include/asm-ppc64/memory.h include-new/asm-ppc64/memory.h
++--- include/asm-ppc64/memory.h        2004-08-22 15:17:06.035008296 +0000
+++++ include-new/asm-ppc64/memory.h    2004-08-22 15:12:50.302014528 +0000
++@@ -23,12 +23,12 @@
++ #define ISYNC_ON_SMP
++ #endif
++ 
++-static inline void eieio(void)
+++static __inline__ void eieio(void)
++ {
++      __asm__ __volatile__ ("eieio" : : : "memory");
++ }
++ 
++-static inline void isync(void)
+++static __inline__ void isync(void)
++ {
++      __asm__ __volatile__ ("isync" : : : "memory");
++ }


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to