summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/i386/trap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/pc98/i386/trap.c b/sys/pc98/i386/trap.c
index 5da3b5d..349f404 100644
--- a/sys/pc98/i386/trap.c
+++ b/sys/pc98/i386/trap.c
@@ -831,7 +831,7 @@ int trapwrite(addr)
unsigned addr;
{
struct proc *p;
- vm_offset_t va, v;
+ vm_offset_t va;
struct vmspace *vm;
int rv;
@@ -855,8 +855,6 @@ int trapwrite(addr)
}
}
- v = trunc_page(vtopte(va));
-
/*
* fault the data page
*/
OpenPOWER on IntegriCloud