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:
1f44a22
)
s390/mm: remove dead pfmf inline assembly
author
Heiko Carstens
<
[email protected]
>
Thu, 25 Jul 2013 07:39:30 +0000
(09:39 +0200)
committer
Martin Schwidefsky
<
[email protected]
>
Thu, 22 Aug 2013 10:20:05 +0000
(12:20 +0200)
Signed-off-by: Heiko Carstens <
[email protected]
>
Signed-off-by: Martin Schwidefsky <
[email protected]
>
arch/s390/include/asm/page.h
patch
|
blob
|
history
diff --git
a/arch/s390/include/asm/page.h
b/arch/s390/include/asm/page.h
index 5d64fb7619ccfc41047c3b1bb6ad45ade2704d1d..27f04801ec8bc2178d6286f69a037190b64dbae5 100644
(file)
--- a/
arch/s390/include/asm/page.h
+++ b/
arch/s390/include/asm/page.h
@@
-32,16
+32,6
@@
void storage_key_init_range(unsigned long start, unsigned long end);
-static inline unsigned long pfmf(unsigned long function, unsigned long address)
-{
- asm volatile(
- " .insn rre,0xb9af0000,%[function],%[address]"
- : [address] "+a" (address)
- : [function] "d" (function)
- : "memory");
- return address;
-}
-
static inline void clear_page(void *page)
{
register unsigned long reg1 asm ("1") = 0;