arch/{arm,arm64,ppc64,riscv}: Add noop cpu_relax
commit8928ae380b7a75b4b23b021b706fa77b3e8d4af5
authorRaul E Rangel <rrangel@chromium.org>
Mon, 22 Nov 2021 17:35:40 +0000 (22 10:35 -0700)
committerFelix Held <felix-coreboot@felixheld.de>
Thu, 25 Nov 2021 10:42:17 +0000 (25 10:42 +0000)
treea0fd657996464084a98ee1a7915b218dd6c4518e
parente961033ec479d651d21de7c54c990abfc1d7063d
arch/{arm,arm64,ppc64,riscv}: Add noop cpu_relax

The cpu_relax method is defined for x86. This CL adds a no-op method so
that it can be used in common code.

BUG=b:179699789
TEST=none

Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: Ifcb4546ceb2894eeb37589d0282b7e076d7a4747
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59546
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
src/arch/arm/include/armv4/arch/cpu.h
src/arch/arm/include/armv7/arch/cpu.h
src/arch/arm64/include/armv8/arch/cpu.h
src/arch/ppc64/include/arch/cpu.h
src/arch/riscv/include/arch/cpu.h