mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Comment fix
This commit is contained in:
parent
07c30f22b5
commit
fdf3db1959
@ -117,7 +117,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||||||
/*
|
/*
|
||||||
Macro get_percpu_entry_for - convert a per-core ID into a multicore entry.
|
Macro get_percpu_entry_for - convert a per-core ID into a multicore entry.
|
||||||
Basically does reg=reg*portNUM_PROCESSORS+current_core_id
|
Basically does reg=reg*portNUM_PROCESSORS+current_core_id
|
||||||
Multiple versions here for multiple
|
Multiple versions here to optimize for specific portNUM_PROCESSORS values.
|
||||||
*/
|
*/
|
||||||
.macro get_percpu_entry_for reg scratch
|
.macro get_percpu_entry_for reg scratch
|
||||||
#if (portNUM_PROCESSORS == 1)
|
#if (portNUM_PROCESSORS == 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user