4e509c8659
Cannot call up_cpu_index() or any other nonstandard OS application interface. This not only breaks the portable POSIX OS interface but also would break any PROTECTED or KERNEL mode SMP implementation.
If you want to do something like this in user space, the appropriate thing to do would be to extend prctl(). That is non-posix, but is at least Linux-like and will work in all build modes.
This reverts commit
|
||
---|---|---|
.. | ||
.gitignore | ||
hello_main.c | ||
Kconfig | ||
Make.defs | ||
Makefile |