Title: [9227] trunk/arch/blackfin/mach-common/interrupt.S: bfin: preempt: fix indentation style
- Revision
- 9227
- Author
- vapier
- Date
- 2010-10-17 02:27:38 -0400 (Sun, 17 Oct 2010)
Log Message
bfin: preempt: fix indentation style
Modified Paths
Diff
Modified: trunk/arch/blackfin/mach-common/interrupt.S (9226 => 9227)
--- trunk/arch/blackfin/mach-common/interrupt.S 2010-10-17 01:08:56 UTC (rev 9226)
+++ trunk/arch/blackfin/mach-common/interrupt.S 2010-10-17 06:27:38 UTC (rev 9227)
@@ -118,13 +118,13 @@
#else /* CONFIG_IPIPE */
#ifdef CONFIG_PREEMPT
- r7 = sp;
- r4.l = lo(ALIGN_PAGE_MASK);
- r4.h = hi(ALIGN_PAGE_MASK);
- r7 = r7 & r4;
- p5 = r7;
- r7 = [p5 + TI_PREEMPT]; /* get preempt count */
- r7 += 1; /* increment it */
+ r7 = sp;
+ r4.l = lo(ALIGN_PAGE_MASK);
+ r4.h = hi(ALIGN_PAGE_MASK);
+ r7 = r7 & r4;
+ p5 = r7;
+ r7 = [p5 + TI_PREEMPT]; /* get preempt count */
+ r7 += 1; /* increment it */
[p5 + TI_PREEMPT] = r7;
#endif
pseudo_long_call _do_irq, p2;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits