summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/amd64/amd64/trap.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/amd64/amd64/trap.c b/sys/arch/amd64/amd64/trap.c
index 358592235d3..1ac2caf8cfd 100644
--- a/sys/arch/amd64/amd64/trap.c
+++ b/sys/arch/amd64/amd64/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.11 2007/03/15 10:22:29 art Exp $ */
+/* $OpenBSD: trap.c,v 1.12 2007/04/20 16:15:36 miod Exp $ */
/* $NetBSD: trap.c,v 1.2 2003/05/04 23:51:56 fvdl Exp $ */
/*-
@@ -107,9 +107,6 @@
#endif
void trap(struct trapframe);
-#if defined(I386_CPU)
-int trapwrite(unsigned);
-#endif
const char *trap_type[] = {
"privileged instruction fault", /* 0 T_PRIVINFLT */