hi, > Module Name: src > Committed By: uebayasi > Date: Tue Feb 9 13:06:17 UTC 2010 > > Modified Files: > src/sys/uvm [uebayasi-xip]: uvm_page.c uvm_page.h > > Log Message: > Implement device page struct vm_page * handling.
what will happen if sizeof(uintptr_t) < sizeof(paddr_t)? YAMAMOTO Takashi > > > To generate a diff of this commit: > cvs rdiff -u -r1.153.2.7 -r1.153.2.8 src/sys/uvm/uvm_page.c > cvs rdiff -u -r1.59.2.5 -r1.59.2.6 src/sys/uvm/uvm_page.h > > Please note that diffs are not public domain; they are subject to the > copyright notices on the relevant files.
