Date: Tue, 5 Dec 2000 17:04:03 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> 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 Message-ID: <200012060104.eB6143g71636@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012060104.eB6143g71636>
