From owner-cvs-usrsbin Sat Mar 29 04:05:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA22448 for cvs-usrsbin-outgoing; Sat, 29 Mar 1997 04:05:00 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA22439; Sat, 29 Mar 1997 04:04:56 -0800 (PST) Date: Sat, 29 Mar 1997 04:04:56 -0800 (PST) From: Peter Wemm Message-Id: <199703291204.EAA22439@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/config mkglue.c mkioconf.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/03/29 04:04:55 Modified: usr.sbin/config mkglue.c mkioconf.c Log: 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. Revision Changes Path 1.11 +5 -1 src/usr.sbin/config/mkglue.c 1.30 +1 -1 src/usr.sbin/config/mkioconf.c