Title: [9081] trunk/arch/blackfin/mach-common/entry.S: [#5718] Add kernel preemption when return from interrupt to kernel space
Revision
9081
Author
bhsong
Date
2010-08-12 04:47:50 -0400 (Thu, 12 Aug 2010)

Log Message

[#5718] Add kernel preemption when return from interrupt to kernel space

fix typo

Modified Paths

Diff

Modified: trunk/arch/blackfin/mach-common/entry.S (9080 => 9081)


--- trunk/arch/blackfin/mach-common/entry.S	2010-08-12 08:24:48 UTC (rev 9080)
+++ trunk/arch/blackfin/mach-common/entry.S	2010-08-12 08:47:50 UTC (rev 9081)
@@ -1000,7 +1000,7 @@
 	[--sp] = rets;
 	sp += -12;
 	/* up to irq14 so that reti after restore_all can return to irq15(kernel) */
-	pseudo_long_call _up_to_irq14, p5;
+	pseudo_long_call _up_to_irq14, p4;
 	sp += 12;
 	rets = [sp++];
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to