feb6ede434
In SMP mode, up_cpu_index()/this_cpu() are the same, both return the index of the physical core. In AMP mode, up_cpu_index() will return the index of the physical core, and this_cpu() will always return 0 | #ifdef CONFIG_SMP | # define this_cpu() up_cpu_index() | #elif defined(CONFIG_AMP) | # define this_cpu() (0) | #else | # define this_cpu() (0) | #endif Signed-off-by: chao an <anchao@lixiang.com> |
||
---|---|---|
.. | ||
bin | ||
circbuf | ||
iob | ||
kasan | ||
kbin | ||
kmap | ||
kmm_heap | ||
map | ||
mempool | ||
mm_gran | ||
mm_heap | ||
shm | ||
tlsf | ||
ubsan | ||
umm_heap | ||
CMakeLists.txt | ||
Kconfig | ||
Makefile |