🚚 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
+1 -1
View File
@@ -15,7 +15,7 @@ rsource "drivers/ipc/Kconfig"
rsource "posix/Kconfig"
rsource "mm/Kconfig"
rsource "tmpfs/Kconfig"
rsource "smp_ipi/Kconfig"
rsource "smp_call/Kconfig"
endif
endmenu
@@ -12,7 +12,7 @@
#include <rtdevice.h>
#include <utest.h>
#include <utest_assert.h>
#include <smp.h>
#include <smp_call.h>
#define TEST_COUNT 10000
@@ -11,7 +11,7 @@
#include <rtdevice.h>
#include <utest.h>
#include <utest_assert.h>
#include <smp.h>
#include <smp_call.h>
#define PERCPU_TEST_COUNT 10000
#define NEWLINE_ON 80
@@ -11,7 +11,7 @@
#include <rtdevice.h>
#include <utest.h>
#include <utest_assert.h>
#include <smp.h>
#include <smp_call.h>
#define PERCPU_TEST_COUNT 10000
#define NEWLINE_ON 80
@@ -11,7 +11,7 @@
#include <rtdevice.h>
#include <utest.h>
#include <utest_assert.h>
#include <smp.h>
#include <smp_call.h>
#define PERCPU_TEST_COUNT 10000
#define NEWLINE_ON 80