aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/page.h
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2013-07-25 09:39:30 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2013-08-22 12:20:05 +0200
commit416fd0ffb14afead5b1feea14bbf33c2277942ef (patch)
treea47a5ec11969f1c17f0c57f6e6cbb66ef4f91a80 /arch/s390/include/asm/page.h
parents390: convert interrupt handling to use generic hardirq (diff)
downloadlinux-dev-416fd0ffb14afead5b1feea14bbf33c2277942ef.tar.xz
linux-dev-416fd0ffb14afead5b1feea14bbf33c2277942ef.zip
s390/mm: remove dead pfmf inline assembly
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/page.h')
-rw-r--r--arch/s390/include/asm/page.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/s390/include/asm/page.h b/arch/s390/include/asm/page.h
index 5d64fb7619cc..27f04801ec8b 100644
--- 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;