]> Zhao Yanbai Git Server - minix.git/commitdiff
Change to some debug code.
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 24 Feb 2006 12:55:00 +0000 (12:55 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 24 Feb 2006 12:55:00 +0000 (12:55 +0000)
servers/is/dmp_kernel.c

index 12ae2aef88500bb5f0cecbacc30561fa15ef6f24..0eafc6ef484dfa40b7de81709fb3bdbfd85a45e7 100644 (file)
@@ -164,8 +164,10 @@ PUBLIC void irqtab_dmp()
   }
 
 #if 0
+  printf("irq_actids:");
   for (i= 0; i<NR_IRQ_VECTORS; i++)
-       printf("irq_actids[%d] = 0x%08x\n", i, irq_actids[i]);
+       printf(" [%d] = 0x%08x", i, irq_actids[i]);
+  printf("\n");
 #endif
 
   printf("IRQ policies dump shows use of kernel's IRQ hooks.\n");