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
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.
> > 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
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
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)