diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-06-20 21:53:45 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-06-20 21:53:45 +0200 |
commit | 2723c9fc775c6366011f6915d3ea1aab085a92fe (patch) | |
tree | 5393b31ac24378af22754601d8beeaabca586fe6 /sys/src/9/port/proc.c | |
parent | fb165d6a54e46712036ec1cf4332905b94c1f97b (diff) |
kernel: add support for sticky segments (cached, preallocated, never paged)
Diffstat (limited to 'sys/src/9/port/proc.c')
-rw-r--r-- | sys/src/9/port/proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/port/proc.c b/sys/src/9/port/proc.c index 3b391252f..5a530395f 100644 --- a/sys/src/9/port/proc.c +++ b/sys/src/9/port/proc.c @@ -1595,6 +1595,7 @@ killbig(char *why) case SG_SHARED: case SG_PHYSICAL: case SG_FIXED: + case SG_STICKY: continue; } qlock(s); |