diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2010-08-11 10:54:13 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2010-08-11 10:54:13 -0400 |
commit | b77c49ab6d9bfe4d8207e1df72a1978fdd0a96b8 (patch) | |
tree | 5ee968e4781666f008eb671019ce0293d607a859 /arch/tile/include/asm | |
parent | bae918ac280f01a4fa89b570643def7bb276f597 (diff) | |
download | blackbird-op-linux-b77c49ab6d9bfe4d8207e1df72a1978fdd0a96b8.tar.gz blackbird-op-linux-b77c49ab6d9bfe4d8207e1df72a1978fdd0a96b8.zip |
arch/tile: support new kunmap_atomic() naming convention.
See commit 597781f3e51f48ef8e67be772196d9e9673752c4.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/include/asm')
-rw-r--r-- | arch/tile/include/asm/highmem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/include/asm/highmem.h b/arch/tile/include/asm/highmem.h index efdd12e91020..d155db6fa9bd 100644 --- a/arch/tile/include/asm/highmem.h +++ b/arch/tile/include/asm/highmem.h @@ -60,7 +60,7 @@ void *kmap_fix_kpte(struct page *page, int finished); /* This macro is used only in map_new_virtual() to map "page". */ #define kmap_prot page_to_kpgprot(page) -void kunmap_atomic(void *kvaddr, enum km_type type); +void kunmap_atomic_notypecheck(void *kvaddr, enum km_type type); void *kmap_atomic_pfn(unsigned long pfn, enum km_type type); void *kmap_atomic_prot_pfn(unsigned long pfn, enum km_type type, pgprot_t prot); struct page *kmap_atomic_to_page(void *ptr); |