From: Ian P. <m+I...@cl...> - 2005-02-06 09:34:28
|
> > if (direct_remap_area_pages(&init_mm, (unsigned long)=20 > 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 |