kernel/arm64/int: add missing header

Change-Id: I776271bb117f854783a6ae6bcdba591eafb27fa5
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5481
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
This commit is contained in:
David Karoly 2022-07-17 14:22:03 +02:00 committed by Adrien Destugues
parent abc159e3fd
commit 1f26a521ac
2 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,8 @@ KernelMergeObject kernel_arch_arm64.o :
arch_platform.cpp
arch_asm.S
soc.cpp
VMSAv8TranslationMap.cpp
PMAPPhysicalPageMapper.cpp

View File

@ -23,6 +23,8 @@
#include "VMSAv8TranslationMap.h"
#include <string.h>
#include "soc.h"
#define TRACE_ARCH_INT
#ifdef TRACE_ARCH_INT
# define TRACE(x) dprintf x