瀏覽代碼

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 <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Heiko Carstens 8 年之前
父節點
當前提交
53d7f25f09
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/s390/tools/gen_facilities.c

+ 0 - 1
arch/s390/tools/gen_facilities.c

@@ -34,7 +34,6 @@ static struct facility_def facility_defs[] = {
 			18, /* long displacement facility */
 			18, /* long displacement facility */
 #endif
 #endif
 #ifdef CONFIG_HAVE_MARCH_Z9_109_FEATURES
 #ifdef CONFIG_HAVE_MARCH_Z9_109_FEATURES
-			7,  /* stfle */
 			21, /* extended-immediate facility */
 			21, /* extended-immediate facility */
 			25, /* store clock fast */
 			25, /* store clock fast */
 #endif
 #endif