From owner-cvs-all Tue Dec 5 17: 4: 5 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 17:04:03 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1028D37B400; Tue, 5 Dec 2000 17:04:03 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6143g71636; Tue, 5 Dec 2000 17:04:03 -0800 (PST) (envelope-from peter) Message-Id: <200012060104.eB6143g71636@freefall.freebsd.org> From: Peter Wemm Date: Tue, 5 Dec 2000 17:04:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa apic_ipl.s src/sys/i386/i386 mpapic.c src/sys/i386/include smp.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/12/05 17:04:02 PST Modified files: sys/i386/isa apic_ipl.s sys/i386/i386 mpapic.c sys/i386/include smp.h Log: Move io_apic_{read,write} from apic_ipl.s (where they do not belong) into mpapic.c. This gives us the benefit of C type checking. These functions are not called in any critical paths and are not used by the interrupt routines. Revision Changes Path 1.33 +1 -30 src/sys/i386/isa/apic_ipl.s 1.44 +24 -1 src/sys/i386/i386/mpapic.c 1.62 +4 -5 src/sys/i386/include/smp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message