diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-20 16:15:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-20 16:15:37 +0000 |
commit | 2d0b5dcb7713367310734e4a22af007d1af37a6f (patch) | |
tree | 08a8c226a1fdc339e970f4ae4c79c0ea77c8b370 /sys/arch | |
parent | eb80581a2fc5d0466a89f463cd3169d3f89b65c0 (diff) |
Remove leftover trapwrite() prototype from... 80386 support.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/amd64/trap.c | 5 |
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 */ |