summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-10-23 06:21:44 +0000
committermarcel <marcel@FreeBSD.org>2003-10-23 06:21:44 +0000
commit92a56e0f1b0175e289a0d7c52d3298e67763b8d5 (patch)
tree492662fe2026dc1e4eb3fd521995d1fab59e3ce2 /sys
parent74d65689065382a24847b06777c76c54074fd673 (diff)
downloadFreeBSD-src-92a56e0f1b0175e289a0d7c52d3298e67763b8d5.zip
FreeBSD-src-92a56e0f1b0175e289a0d7c52d3298e67763b8d5.tar.gz
Remove prototype of unaligned_fixup() and fix a nearby style(9)
bug.
Diffstat (limited to 'sys')
-rw-r--r--sys/ia64/ia64/trap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/ia64/ia64/trap.c b/sys/ia64/ia64/trap.c
index 1513798..4394ede 100644
--- a/sys/ia64/ia64/trap.c
+++ b/sys/ia64/ia64/trap.c
@@ -81,9 +81,7 @@ __FBSDID("$FreeBSD$");
static int print_usertrap = 0;
SYSCTL_INT(_machdep, OID_AUTO, print_usertrap,
- CTLFLAG_RW, &print_usertrap, 0, "");
-
-extern int unaligned_fixup(struct trapframe *framep, struct thread *td);
+ CTLFLAG_RW, &print_usertrap, 0, "");
static void break_syscall(struct trapframe *tf);
static void ia32_syscall(struct trapframe *framep);
OpenPOWER on IntegriCloud