Reserve a placeholder for 4 SMP ipi interrupts in the same way that
it's done for pci. This is so that systat and vmstat can get at the interrupt counts for the Inter-Processor Interrupts when running a smp kernel. This doesn't affect the normal kernel, but makes life easier for the smp people who don't have to track two versions of config.
This commit is contained in:
parent
e58a2e4c46
commit
0f459420f8
@ -363,7 +363,11 @@ vector()
|
||||
fprintf(fp, "pci irqnn\\0\\\n");
|
||||
fprintf(fp, "pci irqnn\\0\\\n");
|
||||
fprintf(fp, "pci irqnn\\0\\\n");
|
||||
dev_id = 6;
|
||||
fprintf(fp, "ipi irqnn\\0\\\n");
|
||||
fprintf(fp, "ipi irqnn\\0\\\n");
|
||||
fprintf(fp, "ipi irqnn\\0\\\n");
|
||||
fprintf(fp, "ipi irqnn\\0\\\n");
|
||||
dev_id = 10;
|
||||
vector_devtab(fp, "bio", &dev_id);
|
||||
vector_devtab(fp, "tty", &dev_id);
|
||||
vector_devtab(fp, "net", &dev_id);
|
||||
|
@ -682,7 +682,7 @@ i386_ioconf()
|
||||
if (printed)
|
||||
fprintf(fp1, "\n");
|
||||
}
|
||||
dev_id = 6; /* XXX must match mkglue.c */
|
||||
dev_id = 10; /* XXX must match mkglue.c */
|
||||
isa_devtab(fp, "bio", &dev_id);
|
||||
if (seen_wdc)
|
||||
isa_biotab(fp, "wdc");
|
||||
|
Loading…
x
Reference in New Issue
Block a user