Skip to content

Commit

Permalink
🚚 renaming: move smp to smp_call
Browse files Browse the repository at this point in the history
  • Loading branch information
polarvid committed Oct 31, 2024
1 parent 777afee commit 0102a79
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 8 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* fixup data racing
*/

#include "smp.h"
#include "smp_call.h"

#define DBG_TAG "SMP"
#define DBG_LVL DBG_INFO
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion components/legacy/fdt/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion examples/utest/testcases/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libcpu/aarch64/common/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define DBG_TAG "cpu.aa64"
#define DBG_LVL DBG_INFO
#include <rtdbg.h>
#include <smp.h>
#include <smp_call.h>
#include <cpu.h>
#include <mmu.h>
#include <cpuport.h>
Expand Down

0 comments on commit 0102a79

Please sign in to comment.