summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-07-03 05:11:55 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-07-03 05:11:55 +0000
commitaa5d2a75d88e08e55034801da86d46a1e09a65d6 (patch)
treefa0f216d7d84223549e199d44ba1461a97ea3eeb
parentd2a5bcc3d3a0a7290a7f64e4d3edc170f309faf1 (diff)
Notes
-rw-r--r--sys/amd64/amd64/trap.c1
-rw-r--r--sys/i386/i386/trap.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c
index ebf6c6766844..b1ab3bd2d2c5 100644
--- a/sys/amd64/amd64/trap.c
+++ b/sys/amd64/amd64/trap.c
@@ -105,7 +105,6 @@ int (*pmath_emulate) __P((struct trapframe *));
extern void trap __P((struct trapframe frame));
extern int trapwrite __P((unsigned addr));
extern void syscall __P((struct trapframe frame));
-extern void ast __P((struct trapframe *framep));
static int trap_pfault __P((struct trapframe *, int, vm_offset_t));
static void trap_fatal __P((struct trapframe *, vm_offset_t));
diff --git a/sys/i386/i386/trap.c b/sys/i386/i386/trap.c
index ebf6c6766844..b1ab3bd2d2c5 100644
--- a/sys/i386/i386/trap.c
+++ b/sys/i386/i386/trap.c
@@ -105,7 +105,6 @@ int (*pmath_emulate) __P((struct trapframe *));
extern void trap __P((struct trapframe frame));
extern int trapwrite __P((unsigned addr));
extern void syscall __P((struct trapframe frame));
-extern void ast __P((struct trapframe *framep));
static int trap_pfault __P((struct trapframe *, int, vm_offset_t));
static void trap_fatal __P((struct trapframe *, vm_offset_t));