diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-25 01:22:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-25 01:22:44 +0000 |
commit | e57aa036abea8fab61006d32db229080e6b74ec7 (patch) | |
tree | dedca2a2b766b22ef68b8242cd5ebf9e348e9a8d | |
parent | 76daf3bd9e1578d85b9de7aaf1e84ca42b14a7d9 (diff) |
Oops, macros from the wrong tree escaped.
-rw-r--r-- | sys/arch/mvme88k/include/asm.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/mvme88k/include/asm.h b/sys/arch/mvme88k/include/asm.h index d5b13bec5fd..25b4ac22e63 100644 --- a/sys/arch/mvme88k/include/asm.h +++ b/sys/arch/mvme88k/include/asm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asm.h,v 1.19 2001/12/22 19:15:40 smurph Exp $ */ +/* $OpenBSD: asm.h,v 1.20 2001/12/25 01:22:43 miod Exp $ */ /* * Mach Operating System @@ -62,13 +62,6 @@ #define ASBSS(name, size) \ .comm _ASM_LABEL(name), size -#define PANIC(message) \ - or.u r2, r0, hi16(9f); \ - bsr.n _C_LABEL(panic); \ - or r2, r2, lo16(9f); \ -9: \ - .string message - #ifdef _KERNEL /* |