Revert "s390/facility: Disable compile time optimization for decompressor code"
This reverts commit f66d16cd53
.
This commit is contained in:
parent
809e38d7df
commit
605451724a
1 changed files with 2 additions and 4 deletions
|
@ -53,10 +53,8 @@ static inline int test_facility(unsigned long nr)
|
|||
unsigned long facilities_als[] = { FACILITIES_ALS };
|
||||
|
||||
if (__builtin_constant_p(nr) && nr < sizeof(facilities_als) * 8) {
|
||||
if (__test_facility(nr, &facilities_als)) {
|
||||
if (!__is_defined(__DECOMPRESSOR))
|
||||
return 1;
|
||||
}
|
||||
if (__test_facility(nr, &facilities_als))
|
||||
return 1;
|
||||
}
|
||||
return __test_facility(nr, &S390_lowcore.stfle_fac_list);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue