[coreboot] [commit] r5232 - trunk/src/arch/i386/boot

repository service svn at coreboot.org
Wed Mar 17 02:09:58 CET 2010


Author: stepan
Date: Wed Mar 17 02:09:58 2010
New Revision: 5232
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5232

Log:
drop unused variable

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/src/arch/i386/boot/pirq_routing.c

Modified: trunk/src/arch/i386/boot/pirq_routing.c
==============================================================================
--- trunk/src/arch/i386/boot/pirq_routing.c	Wed Mar 17 01:55:39 2010	(r5231)
+++ trunk/src/arch/i386/boot/pirq_routing.c	Wed Mar 17 02:09:58 2010	(r5232)
@@ -107,7 +107,6 @@
 	unsigned char irq_slot[4];
 	unsigned char pirq[4] = {0, 0, 0, 0};
 	struct irq_routing_table *pirq_tbl;
-	device_t pdev;
 
 	pirq_tbl = (struct irq_routing_table *)(addr);
 	num_entries = (pirq_tbl->size - 32) / 16;




More information about the coreboot mailing list