freebsd-dev/sys/amd64/isa
Steve Passe 81c1993f87 Split vector.s into UP and SMP specific files:
- vector.s		<- stub called by i386/exception.s
 - icu_vector.s		<- UP
 - apic_vector.s	<- SMP

Split icu.s into UP and SMP specific files:
 - ipl.s		<- stub called by i386/exception.s (formerly icu.s)
 - icu_ipl.s		<- UP
 - apic_ipl.s		<- SMP

This was done in preparation for massive changes to the SMP INTerrupt
mechanisms.  More fine tuning, such as merging ipl.s into exception.s,
may be appropriate.
1997-05-26 17:58:27 +00:00
..
atpic_vector.S Split vector.s into UP and SMP specific files: 1997-05-26 17:58:27 +00:00
clock.c Made the array vec[] a global. 1997-05-25 16:55:26 +00:00
icu_ipl.s Split vector.s into UP and SMP specific files: 1997-05-26 17:58:27 +00:00
icu_ipl.S Split vector.s into UP and SMP specific files: 1997-05-26 17:58:27 +00:00
icu_vector.s Split vector.s into UP and SMP specific files: 1997-05-26 17:58:27 +00:00
icu_vector.S Split vector.s into UP and SMP specific files: 1997-05-26 17:58:27 +00:00
icu.h informal discussion between Bruce Evans <bde@zeta.org.au>, 1997-04-27 21:18:59 +00:00
isa.c Add support for shared interrupts to the kernel. This code is meant 1997-05-26 14:42:24 +00:00
isa.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
npx.c remove now redundant (struct trapframe *) cast 1997-05-07 19:58:13 +00:00
timerreg.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
vector.s Split vector.s into UP and SMP specific files: 1997-05-26 17:58:27 +00:00
vector.S Split vector.s into UP and SMP specific files: 1997-05-26 17:58:27 +00:00