diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1999-09-18 21:41:42 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1999-09-18 21:41:42 +0000 |
commit | c8dbfbdeba4c876992870ba9a9487a194cfdbdc4 (patch) | |
tree | 0be736feffe87891890ce7467f9956fc799424b2 /sys | |
parent | 00667b586ac8455b46d19761e1abf06fbdaf5cad (diff) |
Fix art's typo.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hp300/hp300/trap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/hp300/trap.c b/sys/arch/hp300/hp300/trap.c index b3606b10655..98c42ec5532 100644 --- a/sys/arch/hp300/hp300/trap.c +++ b/sys/arch/hp300/hp300/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.15 1999/09/03 18:00:43 art Exp $ */ +/* $OpenBSD: trap.c,v 1.16 1999/09/18 21:41:41 downsj Exp $ */ /* $NetBSD: trap.c,v 1.55 1997/07/08 16:56:36 kleink Exp $ */ /* @@ -789,7 +789,7 @@ writeback(fp, docachepush) */ if (docachepush) { pmap_enter(pmap_kernel(), (vm_offset_t)vmmap, - trunc_page(f->f_fa), VM_PROT_WRITE, TRUE, 0 + trunc_page(f->f_fa), VM_PROT_WRITE, TRUE, VM_PROT_WRITE); fa = (u_int)&vmmap[(f->f_fa & PGOFSET) & ~0xF]; bcopy((caddr_t)&f->f_pd0, (caddr_t)fa, 16); |