On 24/01/2024 08.18, Andrew Jones wrote:
RISC-V will also use Arm's three cpumasks. These were in smp.h, but they can be in cpumask.h instead, so move them there, which is now shared. Signed-off-by: Andrew Jones <andrew.jones@xxxxxxxxx> --- lib/arm/asm/smp.h | 33 --------------------------------- lib/cpumask.h | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 33 deletions(-)
Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>