summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-08-19 19:06:47 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-08-19 19:06:47 +0000
commit6b1d4ff0ed23d9403c3961586840e6be8d1fb3a8 (patch)
tree5383264235d47a21d1ba7aff613c5ea8f8099f0d
parent732d8c04410f10e0bf97908be59eb9e0e406cbaa (diff)
ddb on powerpc does not have ``machine'' commands, so don't lie.
-rw-r--r--sys/arch/powerpc/include/db_machdep.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/powerpc/include/db_machdep.h b/sys/arch/powerpc/include/db_machdep.h
index e7097e3d0c0..879da1f742f 100644
--- a/sys/arch/powerpc/include/db_machdep.h
+++ b/sys/arch/powerpc/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.13 2001/08/15 13:36:45 miod Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.14 2001/08/19 19:06:46 miod Exp $ */
/* $NetBSD: db_machdep.h,v 1.13 1996/04/29 20:50:08 leo Exp $ */
/*
@@ -37,8 +37,6 @@
#include <vm/vm_param.h>
#include <machine/trap.h>
-#define DB_MACHINE_COMMANDS
-
/*
* We use Elf64 symbols in DDB.
*/