Commit 16436f7
irqchip/gic-v3-its: Fix build for !SMP
Commit 835f442 ("irqchip/gic-v3-its: Limit memreserve cpuhp state
lifetime") added a reference to cpus_booted_once_mask, which does not
exist on !SMP builds, breaking the build for such configurations.
Given the intent of the check, short circuit it to always pass.
Cc: Valentin Schneider <[email protected]>
Fixes: 835f442 ("irqchip/gic-v3-its: Limit memreserve cpuhp state lifetime")
Signed-off-by: Ard Biesheuvel <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]1 parent c831d92 commit 16436f7
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5241 | 5241 | | |
5242 | 5242 | | |
5243 | 5243 | | |
5244 | | - | |
| 5244 | + | |
| 5245 | + | |
5245 | 5246 | | |
5246 | 5247 | | |
5247 | 5248 | | |
| |||
0 commit comments