|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Cleanup/fix virt_to_maddr
On 24/1/07 09:06, "Christoph Egger" <Christoph.Egger@xxxxxxx> wrote:
> Where virt_to_maddr() or __pa() is used, paddr_t is mostly expected rather
> unsigned long. This may fix random issues in PAE mode.
They're only used on Xen heap virtual addresses whose physical addresses are
always below 64MB. So there should be no issues in returning a ulong.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|