summaryrefslogtreecommitdiff
path: root/sys/src/9/port/fault.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-04-12 22:31:34 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-04-12 22:31:34 +0200
commit81e6b7e9c958bd5da3c93e204fff59e6868bd0fc (patch)
tree48b45235fbe429cb5f44b41328a75d10a3c94bc5 /sys/src/9/port/fault.c
parent2a1d36928154c3b295510664191d3e47403f73b9 (diff)
parent461c2b68a16ab3314202ec7796fe7eb8a7731f2d (diff)
merge
Diffstat (limited to 'sys/src/9/port/fault.c')
-rw-r--r--sys/src/9/port/fault.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/port/fault.c b/sys/src/9/port/fault.c
index 5aff0a731..f1ce5c223 100644
--- a/sys/src/9/port/fault.c
+++ b/sys/src/9/port/fault.c
@@ -267,6 +267,7 @@ fixfault(Segment *s, uintptr addr, int read, int doputmmu)
copypage(old, *pg);
putpage(old);
}
+ case SG_FIXED: /* Never paged out */
mmuphys = PPN((*pg)->pa) | PTEWRITE | PTEVALID;
(*pg)->modref = PG_MOD|PG_REF;
break;