diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-03-07 23:37:18 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-03-07 23:37:18 +0000 |
commit | ac7202c4dca35eb26043de3d2fed988825772fe1 (patch) | |
tree | ff7f617686f0ad210fdcb690dfe834fbba772541 /sys/arch/mvme88k/include/m88100.h | |
parent | a05a325f551b5d6aa4486218242ada4d3cd08931 (diff) |
Inclusion from assembly code is detected with _LOCORE, no more fancy symbols.
Diffstat (limited to 'sys/arch/mvme88k/include/m88100.h')
-rw-r--r-- | sys/arch/mvme88k/include/m88100.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/include/m88100.h b/sys/arch/mvme88k/include/m88100.h index 57b8111f5fd..fd0352d6252 100644 --- a/sys/arch/mvme88k/include/m88100.h +++ b/sys/arch/mvme88k/include/m88100.h @@ -1,4 +1,4 @@ -/* $OpenBSD: m88100.h,v 1.6 2001/02/01 03:38:17 smurph Exp $ */ +/* $OpenBSD: m88100.h,v 1.7 2001/03/07 23:37:16 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1992 Carnegie Mellon University @@ -51,7 +51,7 @@ #define DMT_WRITE 0x00000002 /* Read/Write Transaction Bit */ #define DMT_VALID 0x00000001 /* Valid Transaction Bit */ -#ifndef ASSEMBLER +#ifndef _LOCORE #include "sys/types.h" /* dmt_skip is never set by the cpu. It is used to |