aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-2.6.26/900-cevt_r4k_irq_disable_hazard.patch
diff options
context:
space:
mode:
authorMatteo Croce <matteo@openwrt.org>2008-07-27 21:42:36 +0000
committerMatteo Croce <matteo@openwrt.org>2008-07-27 21:42:36 +0000
commitbc7f26dd5e4b49cc4b3e64de11cb0b1c27a67983 (patch)
treed02bf3287c556cb6661a36c58998a71522e408e0 /target/linux/atheros/patches-2.6.26/900-cevt_r4k_irq_disable_hazard.patch
parent46a156a79464da6d0b3e1f43605b7ff5625570df (diff)
downloadmaster-187ad058-bc7f26dd5e4b49cc4b3e64de11cb0b1c27a67983.tar.gz
master-187ad058-bc7f26dd5e4b49cc4b3e64de11cb0b1c27a67983.tar.bz2
master-187ad058-bc7f26dd5e4b49cc4b3e64de11cb0b1c27a67983.zip
atheros: 2.6.26 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11965 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/patches-2.6.26/900-cevt_r4k_irq_disable_hazard.patch')
-rw-r--r--target/linux/atheros/patches-2.6.26/900-cevt_r4k_irq_disable_hazard.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/atheros/patches-2.6.26/900-cevt_r4k_irq_disable_hazard.patch b/target/linux/atheros/patches-2.6.26/900-cevt_r4k_irq_disable_hazard.patch
new file mode 100644
index 0000000000..f60325ee2f
--- /dev/null
+++ b/target/linux/atheros/patches-2.6.26/900-cevt_r4k_irq_disable_hazard.patch
@@ -0,0 +1,10 @@
+--- a/arch/mips/kernel/cevt-r4k.c
++++ b/arch/mips/kernel/cevt-r4k.c
+@@ -205,6 +205,7 @@
+ while ((int)(read_c0_count() - cnt) <= 0)
+ ; /* Wait for expiry */
+
++ irq_disable_hazard();
+ if (!c0_compare_int_pending())
+ return 0;
+