summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/tc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-05-09 21:30:02 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-05-09 21:30:02 +0000
commit86ecdd3a4b9f4b388cb5ac424a12b06abf8e778b (patch)
tree34e0e403f050fc6eb7f602192c21c6fcd30fa0f7 /sys/arch/pmax/tc
parentb39c3716a3a2853069590a450ef0495dfe8a8d41 (diff)
#include <pmax/foo.h> -> #include <machine/foo.h>
Diffstat (limited to 'sys/arch/pmax/tc')
-rw-r--r--sys/arch/pmax/tc/scc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/tc/scc.c b/sys/arch/pmax/tc/scc.c
index 79252ac3c1b..4fe4c7c38a4 100644
--- a/sys/arch/pmax/tc/scc.c
+++ b/sys/arch/pmax/tc/scc.c
@@ -100,7 +100,7 @@
#include <pmax/dev/lk201var.h>
#ifdef pmax
-#include <pmax/cpuregs.h> /* phys to uncached */
+#include <machine/cpuregs.h> /* phys to uncached */
#include <pmax/pmax/cons.h>
#include <pmax/pmax/pmaxtype.h>
#include <pmax/pmax/maxine.h>