debuggers.hg
changeset 3717:270876f5693b
bitkeeper revision 1.1159.223.70 (4205e5daVr3OnfNS5GMFcoc8j80ODQ)
trivial fix to the ioremap for local pages
trivial fix to the ioremap for local pages
author | iap10@freefall.cl.cam.ac.uk |
---|---|
date | Sun Feb 06 09:39:38 2005 +0000 (2005-02-06) |
parents | 6e1e447cf696 |
children | 176610077cd4 f4aa31a8f1c3 |
files | linux-2.6.10-xen-sparse/arch/xen/i386/mm/ioremap.c |
line diff
1.1 --- a/linux-2.6.10-xen-sparse/arch/xen/i386/mm/ioremap.c Sat Feb 05 12:39:41 2005 +0000 1.2 +++ b/linux-2.6.10-xen-sparse/arch/xen/i386/mm/ioremap.c Sun Feb 06 09:39:38 2005 +0000 1.3 @@ -129,7 +129,7 @@ void __iomem * __ioremap(unsigned long p 1.4 if (direct_remap_area_pages(&init_mm, (unsigned long) addr, phys_addr, 1.5 size, __pgprot(_PAGE_PRESENT | _PAGE_RW | 1.6 _PAGE_DIRTY | _PAGE_ACCESSED 1.7 - | flags), DOMID_IO)) { 1.8 + | flags), domid)) { 1.9 vunmap((void __force *) addr); 1.10 return NULL; 1.11 }