SMP: Fix a typo in last commit
This commit is contained in:
parent
a442245479
commit
7f18b515f4
@ -65,9 +65,12 @@
|
|||||||
* Return Value:
|
* Return Value:
|
||||||
* Index of the CPU with the lowest priority running task
|
* Index of the CPU with the lowest priority running task
|
||||||
*
|
*
|
||||||
|
* Assumptions:
|
||||||
|
* Called from within a critical section.
|
||||||
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
static int sched_cpu_select(void)
|
int sched_cpu_select(void)
|
||||||
{
|
{
|
||||||
uint8_t minprio;
|
uint8_t minprio;
|
||||||
int cpu;
|
int cpu;
|
||||||
|
Loading…
Reference in New Issue
Block a user