mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-26 14:54:35 +08:00
🚚 renaming: move smp to smp_call
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
* fixup data racing
|
||||
*/
|
||||
|
||||
#include "smp.h"
|
||||
#include "smp_call.h"
|
||||
|
||||
#define DBG_TAG "SMP"
|
||||
#define DBG_LVL DBG_INFO
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user