drivers/mmc/wbsd.c

From: Andrew Morton
Date: Wed Jan 05 2005 - 22:48:26 EST


static inline void wbsd_kunmap_sg(struct wbsd_host* host)
{
kunmap_atomic(host->cur_sg->page, KM_BIO_SRC_IRQ);
}

Guys, kunmap_atomic() takes a kernel virtual address (the value which
kmap_atomic() returned).

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