public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* drivers/mmc/wbsd.c
@ 2005-01-06  3:47 Andrew Morton
  2005-01-10  9:17 ` drivers/mmc/wbsd.c Pierre Ossman
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Morton @ 2005-01-06  3:47 UTC (permalink / raw)
  To: Russell King; +Cc: Pierre Ossman, linux-kernel

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-10  9:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-06  3:47 drivers/mmc/wbsd.c Andrew Morton
2005-01-10  9:17 ` drivers/mmc/wbsd.c Pierre Ossman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox