mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
s390/speculation: Fix build error caused by bad backport
The backport of commit0336e04a65("s390/speculation: Support 'mitigations=' cmdline option") introduces a build error. Fix it up. Fixes:91788fcb21("s390/speculation: Support 'mitigations=' cmdline option") Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
31f5d9024a
commit
14a37a01f4
@@ -66,6 +66,7 @@ void __init nospec_auto_detect(void)
|
||||
if (IS_ENABLED(CC_USING_EXPOLINE))
|
||||
nospec_disable = 1;
|
||||
__clear_facility(82, S390_lowcore.alt_stfle_fac_list);
|
||||
}
|
||||
if (IS_ENABLED(CC_USING_EXPOLINE)) {
|
||||
/*
|
||||
* The kernel has been compiled with expolines.
|
||||
|
||||
Reference in New Issue
Block a user