You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
422 B
12 lines
422 B
Index: linux-2.6.25.1/arch/mips/kernel/cevt-r4k.c
|
|
===================================================================
|
|
--- linux-2.6.25.1.orig/arch/mips/kernel/cevt-r4k.c
|
|
+++ linux-2.6.25.1/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;
|
|
|
|
|