diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 17:22:49 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 17:22:49 +0000 |
commit | c73c1193f315acec70964d8c183f3484f002d280 (patch) | |
tree | 5fc5779b75837b101a3a384d0891cf803f9c5232 /target/device/jp/q5/kernel-patches-2.4.32/008-wbflush | |
parent | 7785182e46851d3144441c24ed65b858e318b193 (diff) |
Remove jp BSP which only provide support for linux-2.4
Diffstat (limited to 'target/device/jp/q5/kernel-patches-2.4.32/008-wbflush')
-rw-r--r-- | target/device/jp/q5/kernel-patches-2.4.32/008-wbflush | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/target/device/jp/q5/kernel-patches-2.4.32/008-wbflush b/target/device/jp/q5/kernel-patches-2.4.32/008-wbflush deleted file mode 100644 index 996b4c666..000000000 --- a/target/device/jp/q5/kernel-patches-2.4.32/008-wbflush +++ /dev/null @@ -1,14 +0,0 @@ ---- linux-2.4.32_old/include/asm-mips/wbflush.h 2006-01-26 15:16:14.000000000 +0100 -+++ linux-2.4.32/include/asm-mips/wbflush.h 2006-01-27 15:25:54.030500656 +0100 -@@ -15,9 +15,8 @@ - - #ifdef CONFIG_CPU_HAS_WB - --extern void (*__wbflush)(void); --extern void wbflush_setup(void); -- -+#define __wbflush() { __asm__ volatile ("sync"); } -+ - #define wbflush() \ - do { \ - __sync(); \ |