]> git.pld-linux.org Git - packages/DirectFB.git/commitdiff
- linux/config.h isn't accessible for userland.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 26 Jan 2006 22:01:01 +0000 (22:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DirectFB-llh-ppc.patch -> 1.1

DirectFB-llh-ppc.patch [new file with mode: 0644]

diff --git a/DirectFB-llh-ppc.patch b/DirectFB-llh-ppc.patch
new file mode 100644 (file)
index 0000000..8f77686
--- /dev/null
@@ -0,0 +1,31 @@
+--- DirectFB-0.9.24/lib/direct/ppcasm_memcpy_cachable.S.orig   2004-05-05 17:54:30.000000000 +0000
++++ DirectFB-0.9.24/lib/direct/ppcasm_memcpy_cachable.S        2006-01-26 21:56:40.000000000 +0000
+@@ -11,18 +11,8 @@
+ #define __ASSEMBLY__
+-#include <linux/config.h>
+-
+-#if defined(CONFIG_8xx) || defined(CONFIG_403GCX)
+-#define L1_CACHE_LINE_SIZE       16
+-#define LG_L1_CACHE_LINE_SIZE     4 
+-#elif defined(CONFIG_PPC64BRIDGE) 
+-#define L1_CACHE_LINE_SIZE      128
+-#define LG_L1_CACHE_LINE_SIZE     7  
+-#else
+ #define L1_CACHE_LINE_SIZE       32
+ #define LG_L1_CACHE_LINE_SIZE     5
+-#endif
+ #include "ppc_asm.h"
+@@ -119,9 +109,7 @@
+       mtctr   r0
+       beq     63f
+ 53:
+-#if !defined(CONFIG_8xx)
+       dcbz    r11,r6
+-#endif
+       COPY_16_BYTES
+ #if L1_CACHE_LINE_SIZE >= 32
+       COPY_16_BYTES
This page took 0.10253 seconds and 4 git commands to generate.