From fa9fbb40f9fe1ddd410664cda82afb3960c04b9c Mon Sep 17 00:00:00 2001 From: Yu-Ping Wu Date: Thu, 25 Jul 2024 14:27:33 +0800 Subject: [PATCH] arch/arm64/armv8/mmu: Add missing header arch/barrier.h Also take the chance to sort the headers. BUG=none TEST=none BRANCH=none Change-Id: I9d487a40d0c58c6458b8b7d32b6401093fa417e7 Signed-off-by: Yu-Ping Wu Reviewed-on: https://review.coreboot.org/c/coreboot/+/83651 Reviewed-by: Paul Menzel Reviewed-by: Elyes Haouas Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- src/arch/arm64/armv8/mmu.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/arch/arm64/armv8/mmu.c b/src/arch/arm64/armv8/mmu.c index 6105f9a9b2..0f84146a2b 100644 --- a/src/arch/arm64/armv8/mmu.c +++ b/src/arch/arm64/armv8/mmu.c @@ -5,10 +5,11 @@ #include #include -#include -#include -#include +#include #include +#include +#include +#include /* This just caches the next free table slot (okay to do since they fill up from * bottom to top and can never be freed up again). It will reset to its initial