x86: Fix __apicid_to_node missing

commit opencloudos.

Include <asm/numa.h>

Signed-off-by: Chen Zhuo <sagazchen@tencent.com>
Signed-off-by: Xinghui Li <korantli@tencent.com>
This commit is contained in:
Chen Zhuo 2022-03-25 15:11:08 +08:00 committed by Jianping Liu
parent d0f2362d29
commit 8bf092353d
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#include <asm/cpu.h>
#include <asm/smp.h>
#include <asm/numa.h>
#include <asm/cacheinfo.h>
#include <asm/spec-ctrl.h>
#include <asm/delay.h>