diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-06-07 02:01:55 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-06-07 02:01:55 +0000 |
commit | de04e97dc207dd91524400f05ce8692dc4886fb9 (patch) | |
tree | aa3c7d5620161d7d420f34f2c13e439539e985ac /sys/arch/mvme68k/dev/vsvar.h | |
parent | c3ddcbacba908d63f313a0eb0ba8fd0010b40d2e (diff) |
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 'sys/arch/mvme68k/dev/vsvar.h')
0 files changed, 0 insertions, 0 deletions