mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +00:00
Synchronize with sys/i386/i386/trap.c revision 1.86.
This commit is contained in:
parent
8d1db4e2bb
commit
30fcb6026c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21961
@ -831,7 +831,7 @@ int trapwrite(addr)
|
|||||||
unsigned addr;
|
unsigned addr;
|
||||||
{
|
{
|
||||||
struct proc *p;
|
struct proc *p;
|
||||||
vm_offset_t va, v;
|
vm_offset_t va;
|
||||||
struct vmspace *vm;
|
struct vmspace *vm;
|
||||||
int rv;
|
int rv;
|
||||||
|
|
||||||
@ -855,8 +855,6 @@ int trapwrite(addr)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
v = trunc_page(vtopte(va));
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* fault the data page
|
* fault the data page
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user