diff options
| author | Cong Wang <[email protected]> | 2011-11-26 10:53:39 +0800 |
|---|---|---|
| committer | Cong Wang <[email protected]> | 2012-03-20 21:48:30 +0800 |
| commit | a24401bcf4a67c8fe17e649e74eeb09b08b79ef5 (patch) | |
| tree | c4b1be87e0a63057e85ae82076d54c437313b1f8 /arch/parisc/include/asm/cacheflush.h | |
| parent | 589973a7042f5a91a5b8bf78a32c97ae073e2c72 (diff) | |
highmem: kill all __kmap_atomic()
[[email protected]: highmem: Fix ARM build break due to __kmap_atomic rename]
Signed-off-by: Stephen Warren <[email protected]>
Signed-off-by: Cong Wang <[email protected]>
Diffstat (limited to 'arch/parisc/include/asm/cacheflush.h')
| -rw-r--r-- | arch/parisc/include/asm/cacheflush.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/cacheflush.h b/arch/parisc/include/asm/cacheflush.h index da601dd34c05..9f21ab0c02e3 100644 --- a/arch/parisc/include/asm/cacheflush.h +++ b/arch/parisc/include/asm/cacheflush.h @@ -140,7 +140,7 @@ static inline void *kmap(struct page *page) #define kunmap(page) kunmap_parisc(page_address(page)) -static inline void *__kmap_atomic(struct page *page) +static inline void *kmap_atomic(struct page *page) { pagefault_disable(); return page_address(page); |