Title: [9856] trunk/arch/blackfin/mach-common/ints-priority.c: Blackfin: drop now unused pintbit in bf54x power code, and restore a new line dropped in ICC patch
Revision
9856
Author
vapier
Date
2011-04-15 17:28:28 -0400 (Fri, 15 Apr 2011)

Log Message

Blackfin: drop now unused pintbit in bf54x power code, and restore a new line dropped in ICC patch

Modified Paths

Diff

Modified: trunk/arch/blackfin/mach-common/ints-priority.c (9855 => 9856)


--- trunk/arch/blackfin/mach-common/ints-priority.c	2011-04-15 21:26:58 UTC (rev 9855)
+++ trunk/arch/blackfin/mach-common/ints-priority.c	2011-04-15 21:28:28 UTC (rev 9856)
@@ -856,7 +856,6 @@
 	u32 pint_irq;
 	u32 pint_val = irq2pint_lut[d->irq - SYS_IRQS];
 	u32 bank = PINT_2_BANK(pint_val);
-	u32 pintbit = PINT_BIT(pint_val);
 
 	switch (bank) {
 	case 0:
@@ -1038,6 +1037,7 @@
 			set_irq_handler(irq, handle_percpu_irq);
 			break;
 #endif
+
 #ifdef CONFIG_TICKSOURCE_CORETMR
 		case IRQ_CORETMR:
 # ifdef CONFIG_SMP
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to