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>
This commit is contained in:
parent
1f44a22577
commit
416fd0ffb1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue