]> git.pld-linux.org Git - packages/DirectFB.git/blob - DirectFB-llh-ppc.patch
- release 2
[packages/DirectFB.git] / DirectFB-llh-ppc.patch
1 --- DirectFB-1.4.15/lib/direct/ppcasm_memcpy_cachable.S.orig    2011-09-29 11:51:21.000000000 +0200
2 +++ DirectFB-1.4.15/lib/direct/ppcasm_memcpy_cachable.S 2011-12-30 19:46:23.464488297 +0100
3 @@ -34,16 +34,8 @@
4  
5  #define __ASSEMBLY__
6  
7 -#if defined(CONFIG_8xx) || defined(CONFIG_403GCX)
8 -#define L1_CACHE_LINE_SIZE       16
9 -#define LG_L1_CACHE_LINE_SIZE     4 
10 -#elif defined(CONFIG_PPC64BRIDGE) 
11 -#define L1_CACHE_LINE_SIZE      128
12 -#define LG_L1_CACHE_LINE_SIZE     7  
13 -#else
14  #define L1_CACHE_LINE_SIZE       32
15  #define LG_L1_CACHE_LINE_SIZE     5
16 -#endif
17  
18  #include "ppc_asm.h"
19  
20 @@ -140,9 +132,7 @@
21         mtctr   r0
22         beq     63f
23  53:
24 -#if !defined(CONFIG_8xx)
25         dcbz    r11,r6
26 -#endif
27         COPY_16_BYTES
28  #if L1_CACHE_LINE_SIZE >= 32
29         COPY_16_BYTES
This page took 0.062457 seconds and 3 git commands to generate.