|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] early_cpu_init() and identify_cpu()
On 17/7/07 11:15, "Keir Fraser" <keir@xxxxxxxxxxxxx> wrote:
> If we just mapped the 4kB-rounded region specified by lfb_base to
> lfb_base+lfb_size (as determined via the VBE Get Mode Info call) as WC,
> would that be safe?
Actually this is probably okay because any software that does want to access
command queues (e.g., X server) will have its own mapping that will not
specify PAT.WC. In contrast MTRR type specification is used by all mappings
of that physical address range. So long as aliasing of WC and UC was not a
problem, this would work fine. But I think it's WC aliasing with WB/WT that
is a problem.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|