diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-15 12:13:56 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-15 12:13:56 +0200 |
commit | 6ac888a1e388ebd5e92f957b2c77f326ab197765 (patch) | |
tree | de57c8c3544fd2ad1979f3e9b3f2ac007ed2761f /package/DirectFB | |
parent | 1eccc1842e2c6a0bce4c448320341f1aef1683b7 (diff) | |
parent | 8a56c55457bd7ae1ac7ce62150c2bb0e415d354d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/DirectFB')
-rw-r--r-- | package/DirectFB/patches/patch-lib_direct_ppcasm_memcpy_cachable_S | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/DirectFB/patches/patch-lib_direct_ppcasm_memcpy_cachable_S b/package/DirectFB/patches/patch-lib_direct_ppcasm_memcpy_cachable_S new file mode 100644 index 000000000..5352a950c --- /dev/null +++ b/package/DirectFB/patches/patch-lib_direct_ppcasm_memcpy_cachable_S @@ -0,0 +1,11 @@ +--- DirectFB-1.4.11.orig/lib/direct/ppcasm_memcpy_cachable.S 2010-10-08 14:43:46.000000000 +0200 ++++ DirectFB-1.4.11/lib/direct/ppcasm_memcpy_cachable.S 2011-08-08 14:52:51.448015034 +0200 +@@ -34,8 +34,6 @@ + + #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 |