diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-15 21:27:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-15 21:27:21 +0000 |
commit | 9bb656f0f3c06e55ac9d2d02d53c3115439ea727 (patch) | |
tree | 0e96a2de80551eb0ced55125bf9ae10af26011ca | |
parent | ad37f3aeac5764ca6507fb916b178b639b79e2f1 (diff) |
More 197 support breakage.
-rw-r--r-- | sys/arch/mvme88k/mvme88k/locore.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/mvme88k/locore.S b/sys/arch/mvme88k/mvme88k/locore.S index 206ae01fd39..a4ce2c15036 100644 --- a/sys/arch/mvme88k/mvme88k/locore.S +++ b/sys/arch/mvme88k/mvme88k/locore.S @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.S,v 1.17 2001/06/14 21:30:45 miod Exp $ */ +/* $OpenBSD: locore.S,v 1.18 2001/08/15 21:27:20 miod Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -397,15 +397,15 @@ _LABEL(_spin_cpu) data .align 4096 /* VBR points to page aligned list */ - global _vector_list, _vector_list_end #if defined(MVME187) || defined(MVME188) + global _vector_list, _vector_list_end _vector_list: /* references memory BELOW this line */ #include "machine/exception_vectors.h" _vector_list_end: word END_OF_VECTOR_LIST #endif /* defined(MVME187) || defined(MVME188) */ #ifdef MVME197 - global _vector_list, _vector_list_end + global _m197_vector_list, _m197_vector_list_end _m197_vector_list: /* references memory BELOW this line */ #include "machine/exception_vectors2.h" _m197_vector_list_end: |