]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - arch/arm64/kernel/cpu_errata.c
arm64: Add temporary ERRATA_MIDR_ALL_VERSIONS compatibility macro
authorMarc Zyngier <marc.zyngier@arm.com>
Wed, 28 Mar 2018 11:46:07 +0000 (12:46 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Wed, 28 Mar 2018 11:57:23 +0000 (12:57 +0100)
commitdc6ed61d2f824a595033744fc1f3bf4cb98768b5
tree84ce10a5a10b99e694a1f2973bee5dee66106dd0
parentadc91ab7854195f107c137aa197ddfe8b82a2331
arm64: Add temporary ERRATA_MIDR_ALL_VERSIONS compatibility macro

MIDR_ALL_VERSIONS is changing, and won't have the same meaning
in 4.17, and the right thing to use will be ERRATA_MIDR_ALL_VERSIONS.

In order to cope with the merge window, let's add a compatibility
macro that will allow a relatively smooth transition, and that
can be removed post 4.17-rc1.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm64/kernel/cpu_errata.c