summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-12-05 21:31:24 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-12-05 21:31:24 +0000
commit5846a7ca2a49bec96d28df5c26fd467f34b6ec68 (patch)
treeb8eac0bf8546153fea8c01787ef191da4ef8565f
parenta3e6aafd1aede63f1f4ef1581c42fb72290cedb1 (diff)
Remove duplicate declaration.
-rw-r--r--sys/arch/amd64/amd64/db_interface.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/db_interface.c b/sys/arch/amd64/amd64/db_interface.c
index 8178503a51f..a38730bd15e 100644
--- a/sys/arch/amd64/amd64/db_interface.c
+++ b/sys/arch/amd64/amd64/db_interface.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_interface.c,v 1.5 2005/03/31 02:53:48 tedu Exp $ */
+/* $OpenBSD: db_interface.c,v 1.6 2005/12/05 21:31:23 miod Exp $ */
/* $NetBSD: db_interface.c,v 1.1 2003/04/26 18:39:27 fvdl Exp $ */
/*
@@ -65,7 +65,6 @@ extern boolean_t db_cmd_loop_done;
struct mutex ddb_mp_mutex = MUTEX_INITIALIZER(IPL_HIGH);
volatile int ddb_state = DDB_STATE_NOT_RUNNING;
volatile cpuid_t ddb_active_cpu;
-extern volatile int ddb_state;
boolean_t db_switch_cpu;
long db_switch_to_cpu;
#endif