commit | 8d15a7295d33538954df2bca6a4011e4311a9cc2 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Thu Oct 21 18:04:14 2021 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Tue Oct 26 11:19:55 2021 +0100 |
tree | a03ffb452c503a08896a04f5de20e42071c4167a | |
parent | dd098a0e031928cf88c89f7577d31821e1f0e6de [diff] |
genirq: Hide irq_cpu_{on,off}line() behind a deprecated option irq_cpu_{on,off}line() are now only used by the Octeon platform. Make their use conditional on this plaform being enabled, and otherwise hidden away. Signed-off-by: Marc Zyngier <maz@kernel.org> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Tested-by: Serge Semin <fancer.lancer@gmail.com> Link: https://lore.kernel.org/r/20211021170414.3341522-4-maz@kernel.org