浏览代码

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>
Heiko Carstens 12 年之前
父节点
当前提交
416fd0ffb1
共有 1 个文件被更改,包括 0 次插入10 次删除
  1. 0 10
      arch/s390/include/asm/page.h

+ 0 - 10
arch/s390/include/asm/page.h

@@ -32,16 +32,6 @@
 
 
 void storage_key_init_range(unsigned long start, unsigned long end);
 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)
 static inline void clear_page(void *page)
 {
 {
 	register unsigned long reg1 asm ("1") = 0;
 	register unsigned long reg1 asm ("1") = 0;