aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-2.6.24/900-cevt_r4k_irq_disable_hazard.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-09-13 08:30:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-09-13 08:30:47 +0000
commit818729cfd2b4db32e76778820522812858b1d79f (patch)
tree48cfed9e3640814e004bb00a01e0c9fa418c4842 /target/linux/atheros/patches-2.6.24/900-cevt_r4k_irq_disable_hazard.patch
parent8b8a68859ded3521a4d26114b6efe7cdfd2a8975 (diff)
downloadupstream-818729cfd2b4db32e76778820522812858b1d79f.tar.gz
upstream-818729cfd2b4db32e76778820522812858b1d79f.tar.bz2
upstream-818729cfd2b4db32e76778820522812858b1d79f.zip
remove old atheros kernels and patches
SVN-Revision: 12590
Diffstat (limited to 'target/linux/atheros/patches-2.6.24/900-cevt_r4k_irq_disable_hazard.patch')
-rw-r--r--target/linux/atheros/patches-2.6.24/900-cevt_r4k_irq_disable_hazard.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/atheros/patches-2.6.24/900-cevt_r4k_irq_disable_hazard.patch b/target/linux/atheros/patches-2.6.24/900-cevt_r4k_irq_disable_hazard.patch
deleted file mode 100644
index 135a8e682f..0000000000
--- a/target/linux/atheros/patches-2.6.24/900-cevt_r4k_irq_disable_hazard.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: linux-2.6.24.7/arch/mips/kernel/cevt-r4k.c
-===================================================================
---- linux-2.6.24.7.orig/arch/mips/kernel/cevt-r4k.c
-+++ linux-2.6.24.7/arch/mips/kernel/cevt-r4k.c
-@@ -205,6 +205,7 @@ static int c0_compare_int_usable(void)
- while ((int)(read_c0_count() - cnt) <= 0)
- ; /* Wait for expiry */
-
-+ irq_disable_hazard();
- if (!c0_compare_int_pending())
- return 0;
-