Re: CVS commit: [uebayasi-xip] src/sys/uvm

2010-04-28 Thread Masao Uebayashi
On Thu, Apr 29, 2010 at 09:02:21AM +1000, matthew green wrote: > >Modified Files: > src/sys/uvm [uebayasi-xip]: uvm_extern.h uvm_object.h uvm_pglist.h > >Log Message: >Don't expose uvm_page.h internal for usual uvm(9) users. > > > why not? - Actually I meant "don't expo

re: CVS commit: [uebayasi-xip] src/sys/uvm

2010-04-28 Thread matthew green
Modified Files: src/sys/uvm [uebayasi-xip]: uvm_extern.h uvm_object.h uvm_pglist.h Log Message: Don't expose uvm_page.h internal for usual uvm(9) users. why not? thanks.

Re: CVS commit: [uebayasi-xip] src/sys/uvm

2010-02-23 Thread Masao Uebayashi
> > Log Message: > > Implement device page struct vm_page * handling. > > what will happen if sizeof(uintptr_t) < sizeof(paddr_t)? I plan to change the encoding as something like: bit 31-11 page offset in vm_physseg 10- 2 index of device vm_physseg[] 1- 0 m

Re: CVS commit: [uebayasi-xip] src/sys/uvm

2010-02-23 Thread Matt Thomas
On Feb 23, 2010, at 3:14 PM, YAMAMOTO Takashi wrote: > 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 str

Re: CVS commit: [uebayasi-xip] src/sys/uvm

2010-02-23 Thread YAMAMOTO Takashi
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)