commit | c0df455b6afd86f9e0b37da809b0ccf1186871d7 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Wed Oct 04 12:07:28 2023 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Wed Oct 04 12:07:28 2023 +0100 |
tree | a8866d8e8692b79321b7afef4bdd7446d14022ce | |
parent | d4eeae1834a30db232cb536548ac430f44c7a0a2 [diff] |
Use an accessor for cc_line Instead of constantly playing games with cc_line being a boolean that we need to convert to an integer, add a CC() macro returning 1 or 2, depending on the value of cc_line. Signed-off-by: Marc Zyngier <maz@kernel.org>