summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-05-31 13:39:49 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-05-31 13:39:49 +0000
commit196e28afb45253a785efa7082399c0b721374ec8 (patch)
tree5da5ad6036158a5fe181aeccaa4cb8dac2a1f3a1
parentc6be1e9f4791d6e1f3ae1eea1e66da2c078db5cb (diff)
Remove a bunch of obsolete definitions.
-rw-r--r--sys/arch/m68k/include/reg.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/m68k/include/reg.h b/sys/arch/m68k/include/reg.h
index db85b897ddc..7041b4c1bf4 100644
--- a/sys/arch/m68k/include/reg.h
+++ b/sys/arch/m68k/include/reg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: reg.h,v 1.4 2002/03/14 01:26:34 millert Exp $ */
+/* $OpenBSD: reg.h,v 1.5 2003/05/31 13:39:48 miod Exp $ */
/* $NetBSD: reg.h,v 1.12 1996/12/17 19:24:31 gwr Exp $ */
/*
@@ -91,13 +91,6 @@ struct fpreg {
#define PC (17)
#ifdef _KERNEL
-/*
- * Due to a mental lapse somewhere down the line, wait returns its values
- * in strange registers. Kludge it up here so we don't have to in the
- * machine-independent code.
- */
-#define R0 D1
-#define R1 A0
struct proc;
int process_read_regs(struct proc *, struct reg *);