Commit a2e9061
sched/fair: Remove capacity inversion detection
Remove the capacity inversion detection which is now handled by
util_fits_cpu() returning -1 when we need to continue to look for a
potential CPU with better performance.
This ends up almost reverting patches below except for some comments:
commit da07d2f ("sched/fair: Fixes for capacity inversion detection")
commit aa69c36 ("sched/fair: Consider capacity inversion in util_fits_cpu()")
commit 44c7b80 ("sched/fair: Detect capacity inversion")
Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20230201143628.270912-3-vincent.guittot@linaro.org1 parent e5ed055 commit a2e9061
2 files changed
Lines changed: 5 additions & 98 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4476 | 4476 | | |
4477 | 4477 | | |
4478 | 4478 | | |
4479 | | - | |
4480 | | - | |
4481 | | - | |
4482 | 4479 | | |
4483 | | - | |
4484 | | - | |
4485 | | - | |
4486 | | - | |
4487 | | - | |
4488 | | - | |
4489 | | - | |
| 4480 | + | |
| 4481 | + | |
4490 | 4482 | | |
4491 | 4483 | | |
4492 | 4484 | | |
| |||
9027 | 9019 | | |
9028 | 9020 | | |
9029 | 9021 | | |
9030 | | - | |
9031 | 9022 | | |
9032 | 9023 | | |
9033 | | - | |
9034 | 9024 | | |
9035 | | - | |
| 9025 | + | |
9036 | 9026 | | |
9037 | 9027 | | |
9038 | 9028 | | |
9039 | 9029 | | |
9040 | | - | |
9041 | | - | |
9042 | | - | |
9043 | | - | |
9044 | | - | |
9045 | | - | |
9046 | | - | |
9047 | | - | |
9048 | | - | |
9049 | | - | |
9050 | | - | |
9051 | | - | |
9052 | | - | |
9053 | | - | |
9054 | | - | |
9055 | | - | |
9056 | | - | |
9057 | | - | |
9058 | | - | |
9059 | | - | |
9060 | | - | |
9061 | | - | |
9062 | | - | |
9063 | | - | |
9064 | | - | |
9065 | | - | |
9066 | | - | |
9067 | | - | |
9068 | | - | |
9069 | | - | |
9070 | | - | |
9071 | | - | |
9072 | | - | |
9073 | | - | |
9074 | | - | |
9075 | | - | |
9076 | | - | |
9077 | | - | |
9078 | | - | |
9079 | | - | |
9080 | | - | |
9081 | | - | |
9082 | | - | |
9083 | | - | |
9084 | | - | |
9085 | | - | |
9086 | | - | |
9087 | | - | |
9088 | | - | |
9089 | | - | |
9090 | | - | |
9091 | | - | |
9092 | | - | |
9093 | | - | |
9094 | | - | |
9095 | | - | |
9096 | | - | |
9097 | | - | |
9098 | | - | |
9099 | | - | |
9100 | | - | |
9101 | | - | |
9102 | | - | |
9103 | | - | |
9104 | | - | |
9105 | | - | |
| 9030 | + | |
| 9031 | + | |
9106 | 9032 | | |
9107 | 9033 | | |
9108 | 9034 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1044 | 1044 | | |
1045 | 1045 | | |
1046 | 1046 | | |
1047 | | - | |
1048 | 1047 | | |
1049 | 1048 | | |
1050 | 1049 | | |
| |||
2899 | 2898 | | |
2900 | 2899 | | |
2901 | 2900 | | |
2902 | | - | |
2903 | | - | |
2904 | | - | |
2905 | | - | |
2906 | | - | |
2907 | | - | |
2908 | | - | |
2909 | | - | |
2910 | | - | |
2911 | | - | |
2912 | | - | |
2913 | | - | |
2914 | | - | |
2915 | | - | |
2916 | | - | |
2917 | | - | |
2918 | | - | |
2919 | | - | |
2920 | 2901 | | |
2921 | 2902 | | |
2922 | 2903 | | |
| |||
0 commit comments