[PATCH] fix i810_dma.c freeing mem inside mem_map

William Lee Irwin III (wli@holomorphy.com)
Thu, 07 Feb 2002 21:12:17 -0800


--- linux/drivers/char/drm/i810_dma.c.bak Thu Feb 7 21:09:49 2002
+++ linux/drivers/char/drm/i810_dma.c Thu Feb 7 21:09:59 2002
@@ -301,7 +301,7 @@
atomic_dec(&p->count);
clear_bit(PG_locked, &p->flags);
wake_up_page(p);
- free_page(p);
+ free_page(page);
}
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/