aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/processor.h
diff options
context:
space:
mode:
authorVasily Gorbik <gor@linux.ibm.com>2019-09-02 16:59:32 +0200
committerVasily Gorbik <gor@linux.ibm.com>2019-09-03 13:53:56 +0200
commit512222789ce8aba54295854c4641aa6f680c1897 (patch)
tree38e18e27f9fe0dc1c78275b4b8e674d8d4e36226 /arch/s390/include/asm/processor.h
parents390/sclp: Fix bit checked for has_sipl (diff)
downloadlinux-dev-512222789ce8aba54295854c4641aa6f680c1897.tar.xz
linux-dev-512222789ce8aba54295854c4641aa6f680c1897.zip
s390/base: remove unused s390_base_mcck_handler
s390_base_mcck_handler was used during system reset if diag308 set was not available. But after commit d485235b0054 ("s390: assume diag308 set always works") is a dead code and could be removed. Acked-by: Heiko Carstens <heiko.carstens@de.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 d56c519bc696..51a0e4a2dc96 100644
--- a/arch/s390/include/asm/processor.h
+++ b/arch/s390/include/asm/processor.h
@@ -324,11 +324,9 @@ static inline void __noreturn disabled_wait(void)
* Basic Machine Check/Program Check Handler.
*/
-extern void s390_base_mcck_handler(void);
extern void s390_base_pgm_handler(void);
extern void s390_base_ext_handler(void);
-extern void (*s390_base_mcck_handler_fn)(void);
extern void (*s390_base_pgm_handler_fn)(void);
extern void (*s390_base_ext_handler_fn)(void);