debuggers.hg
changeset 3716:87ad759770a2
bitkeeper revision 1.1159.212.101 (4205e445duHww3eKAPqc0vdxWD-fKQ)
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:32:53 2005 +0000 (2005-02-06) |
parents | d93748c50893 |
children | 176610077cd4 |
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 18:20:15 2005 +0000 1.2 +++ b/linux-2.6.10-xen-sparse/arch/xen/i386/mm/ioremap.c Sun Feb 06 09:32:53 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 }