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 <yupingso@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83651 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
		| @@ -5,10 +5,11 @@ | |||||||
| #include <string.h> | #include <string.h> | ||||||
| #include <symbols.h> | #include <symbols.h> | ||||||
|  |  | ||||||
| #include <console/console.h> | #include <arch/barrier.h> | ||||||
| #include <arch/mmu.h> |  | ||||||
| #include <arch/lib_helpers.h> |  | ||||||
| #include <arch/cache.h> | #include <arch/cache.h> | ||||||
|  | #include <arch/lib_helpers.h> | ||||||
|  | #include <arch/mmu.h> | ||||||
|  | #include <console/console.h> | ||||||
|  |  | ||||||
| /* This just caches the next free table slot (okay to do since they fill up from | /* 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 |  * bottom to top and can never be freed up again). It will reset to its initial | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user