summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/include/machdep.h
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-02-14 18:55:11 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-02-14 18:55:11 +0000
commitb8cecb27684f49b7dc06b0c92b80b40a0e0b72fa (patch)
treeb5e1a609d7e0d157cade9f31f6e5cc1995b58deb /sys/arch/sun3/include/machdep.h
parent9bb9edbb23d94149e467a33cccea25b3d9eb3c1d (diff)
put back FC_CONTROL
Diffstat (limited to 'sys/arch/sun3/include/machdep.h')
-rw-r--r--sys/arch/sun3/include/machdep.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sun3/include/machdep.h b/sys/arch/sun3/include/machdep.h
index e22b894774e..916497b737e 100644
--- a/sys/arch/sun3/include/machdep.h
+++ b/sys/arch/sun3/include/machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.h,v 1.2 1997/02/14 18:41:48 kstailey Exp $ */
+/* $OpenBSD: machdep.h,v 1.3 1997/02/14 18:55:10 kstailey Exp $ */
/*
* Copyright (c) 1994 Gordon W. Ross
* Copyright (c) 1993 Adam Glass
@@ -45,6 +45,9 @@
#ifdef _KERNEL
+#define FC_CONTROL 3 /* sun control space
+ XXX HP uses FC_PURGE instead */
+
/* Prototypes... */
struct frame;