diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-07-20 08:37:24 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-07-20 08:37:24 +0000 |
| commit | e31521c3dd0bf574311ff4bc504ac0fb54a9d624 (patch) | |
| tree | a4f1ccc90d0276c8b66be8fee290ed9bbe3da742 /sys/kern/subr_smp.c | |
| parent | 8f0169c8a853f757ed54f413ba04d8b7f92e095f (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_smp.c')
| -rw-r--r-- | sys/kern/subr_smp.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c index 3805c2aecbf3..d3cbf2caf712 100644 --- a/sys/kern/subr_smp.c +++ b/sys/kern/subr_smp.c @@ -22,28 +22,23 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp_machdep.c,v 1.30 1997/07/18 21:27:52 fsmp Exp $ + * $Id: mp_machdep.c,v 1.31 1997/07/19 04:00:35 fsmp Exp $ */ #include "opt_smp.h" #include <sys/param.h> /* for KERNBASE */ -#include <sys/types.h> -#include <sys/sysproto.h> -#include <sys/time.h> #include <sys/systm.h> #include <vm/vm.h> /* for KERNBASE */ #include <vm/vm_param.h> /* for KERNBASE */ #include <vm/pmap.h> /* for KERNBASE */ -#include <machine/pmap.h> /* for KERNBASE */ #include <vm/vm_kern.h> #include <vm/vm_extern.h> #include <machine/smp.h> #include <machine/apic.h> #include <machine/mpapic.h> -#include <machine/cpufunc.h> #include <machine/segments.h> #include <machine/smptests.h> /** TEST_DEFAULT_CONFIG, APIC_PIN0_TIMER, TEST_TEST1 */ #include <machine/tss.h> |
