diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-09 16:56:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-09 16:56:39 +0200 |
commit | f74d8a406d12c57550fea0cd4dbe967cd9f94eeb (patch) | |
tree | 8117c7f5a73c35d9e361215279dfa455cf623da4 /package/DirectFB/patches | |
parent | 31fb5bbcfe32d567284c5ef0b98b66921e0497b2 (diff) |
some powerpc fixes found via make bulk
Diffstat (limited to 'package/DirectFB/patches')
-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 |