fix compilation issues for pirq checker tool (trivial)

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



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4629 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2009-09-10 11:21:48 +00:00
committed by Stefan Reinauer
parent 8008f88df8
commit c8d4a05f8f
2 changed files with 6 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ void code_gen(char *filename, struct irq_routing_table *rt)
fprintf(fpir, "%s", *code++);
fprintf(fpir, "\t32 + 16 * %d, /* Max. number of devices on the bus */\n",
ts, ts);
ts);
fprintf(fpir, "\t0x%02x, /* Interrupt router bus */\n",
rt->rtr_bus);
fprintf(fpir, "\t(0x%02x << 3) | 0x%01x, /* Interrupt router dev */\n",