diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-09 16:03:57 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-09 16:05:34 -0400 |
commit | b0025dc0cda5acf6a4b061a3b31f32798c664e5f (patch) | |
tree | ede7fb5d76784706913d77227206d9ebf8fa970c /sys/vm/vm_physmem.c | |
parent | cb195d202cf71e8bea71749600423190107a3621 (diff) |
kernel: proc: Make per-process flags volatile
The per process flags field is a frequently modified/read field and MUST
NOT give stale data. Be very sure that the compiler does not optimize
away accesses.
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/vm/vm_physmem.c')
0 files changed, 0 insertions, 0 deletions