From 94203f952499befca4717748da4c8293ade59916 Mon Sep 17 00:00:00 2001 From: matteo Date: Sun, 27 Jul 2008 21:42:36 +0000 Subject: atheros: 2.6.26 patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11965 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-2.6.26/900-cevt_r4k_irq_disable_hazard.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/atheros/patches-2.6.26/900-cevt_r4k_irq_disable_hazard.patch (limited to 'target/linux/atheros/patches-2.6.26/900-cevt_r4k_irq_disable_hazard.patch') 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 000000000..f60325ee2 --- /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; + -- cgit v1.2.3