diff options
author | Mark Rutland <[email protected]> | 2023-01-30 14:54:26 +0000 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2023-01-31 16:06:17 +0000 |
commit | c888b7bd916c4d85e06a6c3e507d5d68b229518f (patch) | |
tree | 6985a26126bdf0f612203399a484443df1553577 /tools/testing/selftests/bpf/progs/test_prog_array_init.c | |
parent | 0e62ccb9598dae492588bef0453a059bb2bbbabe (diff) |
arm64: rename ARM64_HAS_IRQ_PRIO_MASKING to ARM64_HAS_GIC_PRIO_MASKING
Subsequent patches will add more GIC-related cpucaps. When we do so, it
would be nice to give them a consistent HAS_GIC_* prefix.
In preparation for doing so, this patch renames the existing
ARM64_HAS_IRQ_PRIO_MASKING cap to ARM64_HAS_GIC_PRIO_MASKING.
The cpucaps file was hand-modified; all other changes were scripted
with:
find . -type f -name '*.[chS]' -print0 | \
xargs -0 sed -i 's/ARM64_HAS_IRQ_PRIO_MASKING/ARM64_HAS_GIC_PRIO_MASKING/'
There should be no functional change as a result of this patch.
Signed-off-by: Mark Rutland <[email protected]>
Reviewed-by: Marc Zyngier <[email protected]>
Cc: Mark Brown <[email protected]>
Cc: Will Deacon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_prog_array_init.c')
0 files changed, 0 insertions, 0 deletions