diff options
author | 2009-06-07 02:01:54 +0000 | |
---|---|---|
committer | 2009-06-07 02:01:54 +0000 | |
commit | 35efc61c6236e0dbd7ae39970f381ee87163dfc1 (patch) | |
tree | 5d54a5bd0ef8cb2c88973b17379497f5ca8eb0a2 /usr.bin/diff/diffreg.c | |
parent | Modify the uc_entries allocation check such that the lhs is a constant. (diff) | |
download | wireguard-openbsd-35efc61c6236e0dbd7ae39970f381ee87163dfc1.tar.xz wireguard-openbsd-35efc61c6236e0dbd7ae39970f381ee87163dfc1.zip |
extend uvm_page_physload to have the ability to add "device" pages to the
system.
This is needed in the case where you need managed pages so you can
handle faulting and pmap_page_protect() on said pages when you manage
memory in such regions (i'm looking at you, graphics cards).
these pages are flagged PG_DEV, and shall never be on the freelists,
assert this. behaviour remains unchanged in the non-device case,
specifically for all archs currently in the tree we panic if called
after bootstrap.
ok art@, kettenis@, ariane@, beck@.
Diffstat (limited to 'usr.bin/diff/diffreg.c')
0 files changed, 0 insertions, 0 deletions