From owner-freebsd-smp Wed Dec 4 06:20:17 1996 Return-Path: owner-smp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA01446 for smp-outgoing; Wed, 4 Dec 1996 06:20:17 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA01432 for freebsd-smp; Wed, 4 Dec 1996 06:20:15 -0800 (PST) Date: Wed, 4 Dec 1996 06:20:15 -0800 (PST) From: Peter Wemm Message-Id: <199612041420.GAA01432@freefall.freebsd.org> To: freebsd-smp Subject: cvs commit: sys/i386/i386 mp_machdep.c Sender: owner-smp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/12/04 06:20:15 Modified: i386/i386 mp_machdep.c Log: "borrow" the pci_ihandler_attach() code and adapt it for the ipi routines. I have a modified version of config(8) which has 4 slots reserved for the ipi interrupt stats. This allows "vmstat -i" and "systat -vmstat 1" to be aware of the ipi counts when SMP_INVLTLB is in use. If the user is not running a "smp aware" config(8), it'll still append the counts to clk0 just like it did before. Revision Changes Path 1.29 +62 -9 sys/i386/i386/mp_machdep.c