🚚 renaming: move smp to smp_call

This commit is contained in:
Shell
2024-11-03 10:08:45 +08:00
committed by Rbb666
parent 81a35861fd
commit a573ea06b7
12 changed files with 8 additions and 8 deletions
@@ -10,7 +10,7 @@
* fixup data racing
*/
#include "smp.h"
#include "smp_call.h"
#define DBG_TAG "SMP"
#define DBG_LVL DBG_INFO
+1 -1
View File
@@ -9,7 +9,7 @@ config RT_USING_FDT
bool "Using fdt fwnode for device drivers"
default n
config FDT_USING_DEBUG
bool "Using fdt debug function "
bool "Using fdt debug function"
default n
endif