summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/processor.h
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2023-02-28 15:57:49 +0300
committerVasily Gorbik <gor@linux.ibm.com>2023-03-13 11:16:42 +0300
commit9b63fd2fc8526e51444de35598927e406b1bb26f (patch)
tree9baf9f573a7580f29ab22ed639c171bdef9f85d7 /arch/s390/include/asm/processor.h
parentf33f2d4c7c80c641f6ca3dfe5e7dfe1f91543780 (diff)
downloadlinux-9b63fd2fc8526e51444de35598927e406b1bb26f.tar.xz
s390/bp: remove s390_isolate_bp_guest()
s390_isolate_bp_guest() is unused. Remove it. Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com> Reviewed-by: Sven Schnelle <svens@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/processor.h')
-rw-r--r--arch/s390/include/asm/processor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/include/asm/processor.h b/arch/s390/include/asm/processor.h
index ddf3adde161c..dd95fddd5dda 100644
--- a/arch/s390/include/asm/processor.h
+++ b/arch/s390/include/asm/processor.h
@@ -329,8 +329,6 @@ static __always_inline void __noreturn disabled_wait(void)
#define ARCH_LOW_ADDRESS_LIMIT 0x7fffffffUL
-extern int s390_isolate_bp_guest(void);
-
static __always_inline bool regs_irqs_disabled(struct pt_regs *regs)
{
return arch_irqs_disabled_flags(regs->psw.mask);