提交 ffed2b4f 编写于 作者: M Michal Simek

microblaze: Kill __kmap_atomic()

This should be the part of this patch:
"highmem: kill all __kmap_atomic()"
(sha1: a24401bc)
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 7e278157
...@@ -71,7 +71,7 @@ static inline void kunmap(struct page *page) ...@@ -71,7 +71,7 @@ static inline void kunmap(struct page *page)
kunmap_high(page); kunmap_high(page);
} }
static inline void *__kmap_atomic(struct page *page) static inline void *kmap_atomic(struct page *page)
{ {
return kmap_atomic_prot(page, kmap_prot); return kmap_atomic_prot(page, kmap_prot);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册