Commit 4b532a20 authored by James Simmons's avatar James Simmons

Merge http://linux.bkbits.net/linux-2.5

into heisenberg.transvirtual.com:/tmp/linus-2.5
parents 75977a47 362dff46
......@@ -221,8 +221,6 @@ void iounmap(void *addr)
return;
}
BUG_ON(p->phys_addr == 0); /* not allocated with ioremap */
vmfree_area_pages(VMALLOC_VMADDR(p->addr), p->size);
if (p->flags && p->phys_addr < virt_to_phys(high_memory)) {
change_page_attr(virt_to_page(__va(p->phys_addr)),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment