Export kmap_atomic_pfn for DRM-GEM.
authorEric Anholt <eric@anholt.net>
Thu, 21 Aug 2008 19:53:33 +0000 (12:53 -0700)
committerDave Airlie <airlied@linux.ie>
Fri, 17 Oct 2008 21:10:12 +0000 (07:10 +1000)
commitd1d8c925b71dd6753bf438f9e14a9e5c5183bcc6
treeea0669efa2f70ba8559d644e21b0356b1cba2458
parent395e0ddc44005ced5e4fed9bfc2e4bdf63d37627
Export kmap_atomic_pfn for DRM-GEM.

The driver would like to map IO space directly for copying data in when
appropriate, to avoid CPU cache flushing for streaming writes.
kmap_atomic_pfn lets us avoid IPIs associated with ioremap for this process.

Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
arch/x86/mm/highmem_32.c