projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e27815
)
microblaze: Kill __kmap_atomic()
author
Michal Simek
<michal.simek@xilinx.com>
Thu, 3 Jan 2013 11:11:59 +0000
(12:11 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Thu, 3 Jan 2013 11:47:20 +0000
(12:47 +0100)
This should be the part of this patch:
"highmem: kill all __kmap_atomic()"
(sha1:
a24401bcf4a67c8fe17e649e74eeb09b08b79ef5
)
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/include/asm/highmem.h
patch
|
blob
|
history
diff --git
a/arch/microblaze/include/asm/highmem.h
b/arch/microblaze/include/asm/highmem.h
index 2446a73140acb8c74fce242de7c4f37b44cff08e..d0463893243888f47bf1e740d7ebf0e68fb087c4 100644
(file)
--- a/
arch/microblaze/include/asm/highmem.h
+++ b/
arch/microblaze/include/asm/highmem.h
@@
-71,7
+71,7
@@
static inline void kunmap(struct page *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);
}