Update some comments
This commit is contained in:
parent
0db31d0cd1
commit
c07192df7e
@ -1821,6 +1821,10 @@ int up_cpu_start(int cpu);
|
|||||||
* Returned Value:
|
* Returned Value:
|
||||||
* Zero on success; a negated errno value on failure.
|
* Zero on success; a negated errno value on failure.
|
||||||
*
|
*
|
||||||
|
* Assumptions:
|
||||||
|
* Called from within a critical section; up_cpu_resume() must be called
|
||||||
|
* later while still within the same critical section.
|
||||||
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifdef CONFIG_SMP
|
#ifdef CONFIG_SMP
|
||||||
@ -1894,6 +1898,10 @@ int up_cpu_paused(int cpu);
|
|||||||
* Returned Value:
|
* Returned Value:
|
||||||
* Zero on success; a negated errno value on failure.
|
* Zero on success; a negated errno value on failure.
|
||||||
*
|
*
|
||||||
|
* Assumptions:
|
||||||
|
* Called from within a critical section; up_cpu_pause() must have
|
||||||
|
* previously been called within the same critical section.
|
||||||
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifdef CONFIG_SMP
|
#ifdef CONFIG_SMP
|
||||||
|
Loading…
Reference in New Issue
Block a user