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/devproc.c | |
parent | fb165d6a54e46712036ec1cf4332905b94c1f97b (diff) |
kernel: add support for sticky segments (cached, preallocated, never paged)
Diffstat (limited to 'sys/src/9/port/devproc.c')
-rw-r--r-- | sys/src/9/port/devproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/port/devproc.c b/sys/src/9/port/devproc.c index 425cbc962..85bcbcdee 100644 --- a/sys/src/9/port/devproc.c +++ b/sys/src/9/port/devproc.c @@ -138,7 +138,7 @@ Cmdtab proccmd[] = { }; /* Segment type from portdat.h */ -static char *sname[]={ "Text", "Data", "Bss", "Stack", "Shared", "Phys", "Fixed", }; +static char *sname[]={ "Text", "Data", "Bss", "Stack", "Shared", "Phys", "Fixed", "Sticky" }; /* * Qids are, in path: |