Module Name: src Committed By: uebayasi Date: Fri Nov 12 02:36:02 UTC 2010
Modified Files: src/sys/uvm: uvm_extern.h Log Message: Abstraction fix; don't pull in physical segment/page definitions in UVM external API, uvm_extern.h. Because most users care only virtual memory. Device drivers use bus_dma(9) to manage physical memory. Device drivers pull in bus_dma(9) API, bus_dma.h. bus_dma(9) implementations pull in UVM internal API, uvm.h. Tested By: Compiling i386 ALL kernel To generate a diff of this commit: cvs rdiff -u -r1.163 -r1.164 src/sys/uvm/uvm_extern.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.