Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/alpha no more vm includes



details:   https://anonhg.NetBSD.org/src/rev/fe763c9d9948
branches:  trunk
changeset: 494048:fe763c9d9948
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Fri Jun 30 00:00:26 2000 +0000

description:
no more vm includes

diffstat:

 sys/arch/alpha/alpha/trap.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r e1f69b51c6a0 -r fe763c9d9948 sys/arch/alpha/alpha/trap.c
--- a/sys/arch/alpha/alpha/trap.c       Thu Jun 29 23:12:19 2000 +0000
+++ b/sys/arch/alpha/alpha/trap.c       Fri Jun 30 00:00:26 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.57 2000/06/29 09:02:56 mrg Exp $ */
+/* $NetBSD: trap.c,v 1.58 2000/06/30 00:00:26 mjacob Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -102,7 +102,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.57 2000/06/29 09:02:56 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.58 2000/06/30 00:00:26 mjacob Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -115,7 +115,6 @@
 #include <sys/ktrace.h>
 #endif
 
-#include <vm/vm.h>
 #include <uvm/uvm_extern.h>
 
 #include <machine/cpu.h>



Home | Main Index | Thread Index | Old Index