1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

Synchronize with sys/i386/i386/trap.c revision 1.86.

This commit is contained in:
KATO Takenori 1997-01-23 08:39:59 +00:00
parent 8d1db4e2bb
commit 30fcb6026c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21961

View File

@ -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
*/