diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-02-14 18:41:49 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-02-14 18:41:49 +0000 |
commit | 95a0ddab7e59d6bfa5a6c423d2bedb50f9f4d421 (patch) | |
tree | d993a7c8f136cdb794a2f4d1f37b716d63d1e15c /sys/arch | |
parent | 9e8a28c43fc70f15f72a3553a69b020de77b100c (diff) |
remove stuff that is in <m68k/cpu.h>
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sun3/include/machdep.h | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/sys/arch/sun3/include/machdep.h b/sys/arch/sun3/include/machdep.h index 4519392539f..e22b894774e 100644 --- a/sys/arch/sun3/include/machdep.h +++ b/sys/arch/sun3/include/machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.h,v 1.1 1997/01/16 04:04:08 kstailey Exp $ */ +/* $OpenBSD: machdep.h,v 1.2 1997/02/14 18:41:48 kstailey Exp $ */ /* * Copyright (c) 1994 Gordon W. Ross * Copyright (c) 1993 Adam Glass @@ -45,30 +45,6 @@ #ifdef _KERNEL -/* - * Internal definitions unique to sun3/68k cpu support. - * These are the "private" declarations - those needed - * only here in machine-independent code. The "public" - * definitions are in cpu.h (used by common code). - */ - -/* 680X0 function codes */ -#define FC_USERD 1 /* user data space */ -#define FC_USERP 2 /* user program space */ -#define FC_CONTROL 3 /* sun control space */ -#define FC_SUPERD 5 /* supervisor data space */ -#define FC_SUPERP 6 /* supervisor program space */ -#define FC_CPU 7 /* CPU space */ - -/* fields in the 68020 cache control register */ -#define IC_ENABLE 0x0001 /* enable instruction cache */ -#define IC_FREEZE 0x0002 /* freeze instruction cache */ -#define IC_CE 0x0004 /* clear instruction cache entry */ -#define IC_CLR 0x0008 /* clear entire instruction cache */ - -#define IC_CLEAR (IC_CLR|IC_ENABLE) - - /* Prototypes... */ struct frame; |