From 53d7f25f09eb0ea7cb119d86590f3992656a6892 Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Tue, 23 May 2017 09:17:24 +0200 Subject: s390/facilities: remove stfle requirement All call sites of "stfle" check if the instruction is available before executing it. Therefore there is no reason to have the corresponding facility bit set within the architecture level set. This removes the last more or less odd bit from the list. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- arch/s390/tools/gen_facilities.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/s390/tools/gen_facilities.c') diff --git a/arch/s390/tools/gen_facilities.c b/arch/s390/tools/gen_facilities.c index cfe3f76bc2de..025ea20fc4b4 100644 --- a/arch/s390/tools/gen_facilities.c +++ b/arch/s390/tools/gen_facilities.c @@ -34,7 +34,6 @@ static struct facility_def facility_defs[] = { 18, /* long displacement facility */ #endif #ifdef CONFIG_HAVE_MARCH_Z9_109_FEATURES - 7, /* stfle */ 21, /* extended-immediate facility */ 25, /* store clock fast */ #endif -- cgit v1.2.3-59-g8ed1b