diff options
Diffstat (limited to 'sys/arch/m88k/include/asm.h')
-rw-r--r-- | sys/arch/m88k/include/asm.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/sys/arch/m88k/include/asm.h b/sys/arch/m88k/include/asm.h index 2b8354a78fe..aa408898a03 100644 --- a/sys/arch/m88k/include/asm.h +++ b/sys/arch/m88k/include/asm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asm.h,v 1.4 2005/04/27 21:12:44 miod Exp $ */ +/* $OpenBSD: asm.h,v 1.5 2005/04/30 16:46:49 miod Exp $ */ /* * Mach Operating System @@ -167,22 +167,6 @@ #define RTE NOP ; rte /* - * Useful in some situations. - */ -#define CALL(NAME, ARG1, ARG2) \ - or r2, r0, ARG1; \ - bsr.n NAME; \ - or r3, r0, ARG2 - -/* This define is similar to CALL, but accepts a function pointer XXX smurph */ -#define CALLP(NAME, ARG1, ARG2) \ - or.u r5, r0, hi16(NAME); \ - ld r4, r5, lo16(NAME); \ - or r2, r0, ARG1; \ - jsr.n r4; \ - or r3, r0, ARG2 - -/* * Fields in cr18. More bits are used privately in the exception handling * code. */ |