summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/mem_encrypt.h
diff options
context:
space:
mode:
authorThiago Jung Bauermann <bauerman@linux.ibm.com>2019-08-06 07:49:19 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2019-08-09 15:52:11 +0300
commit5cbdaeefb655072d304744812708b3f3a31c6b51 (patch)
treec7801573f6f71121500ad5752138af42e10416a7 /arch/s390/include/asm/mem_encrypt.h
parentae7eb82a92fae4d255a0caa9f7c0f99e3babfec1 (diff)
downloadlinux-5cbdaeefb655072d304744812708b3f3a31c6b51.tar.xz
s390/mm: Remove sev_active() function
All references to sev_active() were moved to arch/x86 so we don't need to define it for s390 anymore. Signed-off-by: Thiago Jung Bauermann <bauerman@linux.ibm.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Halil Pasic <pasic@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20190806044919.10622-7-bauerman@linux.ibm.com
Diffstat (limited to 'arch/s390/include/asm/mem_encrypt.h')
-rw-r--r--arch/s390/include/asm/mem_encrypt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/mem_encrypt.h b/arch/s390/include/asm/mem_encrypt.h
index ff813a56bc30..2542cbf7e2d1 100644
--- a/arch/s390/include/asm/mem_encrypt.h
+++ b/arch/s390/include/asm/mem_encrypt.h
@@ -5,7 +5,6 @@
#ifndef __ASSEMBLY__
static inline bool mem_encrypt_active(void) { return false; }
-extern bool sev_active(void);
int set_memory_encrypted(unsigned long addr, int numpages);
int set_memory_decrypted(unsigned long addr, int numpages);