|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] ATI Radeon 9600SE and intel-agp, again
> > if (direct_remap_area_pages(&init_mm, (unsigned long)
> addr, phys_addr,
> > size, __pgprot(_PAGE_PRESENT | _PAGE_RW |
> > _PAGE_DIRTY | _PAGE_ACCESSED
> > | flags), DOMID_IO)) {
The previous patch was trivially broken - it calculated the domid to use
then always passed in a constant (as above).
It's a shame Linux isn't compiled -Werror
Ian
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|