Skip to content

Commit

Permalink
s390/facilities: remove stfle requirement
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Martin Schwidefsky <[email protected]>
  • Loading branch information
heicarst authored and Martin Schwidefsky committed Jun 12, 2017
1 parent 8aa8680 commit 53d7f25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/s390/tools/gen_facilities.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53d7f25

Please sign in to comment.