Commit 966730a
powerpc/smp: Remove unnecessary variable
Commit 3ab33d6 ("powerpc/smp: Optimize update_mask_by_l2")
introduced submask_fn in update_mask_by_l2 to track the right submask.
However commit f6606cf ("powerpc/smp: Dont assume l2-cache to be
superset of sibling") introduced sibling_mask in update_mask_by_l2 to
track the same submask. Remove sibling_mask in favour of submask_fn.
Signed-off-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20201019042716.106234-2-srikar@linux.vnet.ibm.com1 parent 8d0e210 commit 966730a
1 file changed
Lines changed: 4 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1247 | 1247 | | |
1248 | 1248 | | |
1249 | 1249 | | |
| 1250 | + | |
| 1251 | + | |
| 1252 | + | |
1250 | 1253 | | |
1251 | 1254 | | |
1252 | | - | |
1253 | | - | |
1254 | 1255 | | |
1255 | 1256 | | |
1256 | 1257 | | |
1257 | 1258 | | |
1258 | | - | |
1259 | | - | |
1260 | | - | |
1261 | | - | |
| 1259 | + | |
1262 | 1260 | | |
1263 | 1261 | | |
1264 | 1262 | | |
| |||
1267 | 1265 | | |
1268 | 1266 | | |
1269 | 1267 | | |
1270 | | - | |
1271 | | - | |
1272 | | - | |
1273 | 1268 | | |
1274 | 1269 | | |
1275 | 1270 | | |
| |||
0 commit comments