[DM/feature] Simple NUMA (Non-Uniform Memory Access) (#9000)

For some CPU memory access devices, that the drivers
will find memory and CPU affinity to config device.

Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
GUI
2024-05-28 14:08:33 +08:00
committed by GitHub
parent 952f2c43f8
commit 6f6b0c3ba0
4 changed files with 198 additions and 1 deletions
+1
View File
@@ -41,6 +41,7 @@ extern "C" {
#ifdef RT_USING_DM
#include "drivers/core/dm.h"
#include "drivers/core/numa.h"
#include "drivers/platform.h"
#ifdef RT_USING_OFW