mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Update README/TODO with new naming
This commit is contained in:
@@ -1679,7 +1679,7 @@ o ARM (arch/arm/)
|
||||
Title: IMPROVED ARM INTERRUPT HANDLING
|
||||
Description: ARM interrupt handling performance could be improved in some
|
||||
ways. One easy way is to use a pointer to the context save
|
||||
area in current_regs instead of using up_copystate so much.
|
||||
area in g_current_regs instead of using up_copystate so much.
|
||||
|
||||
This approach is already implemented for the ARM Cortex-M0,
|
||||
Cortex-M3, Cortex-M4, and Cortex-A5 families. But still needs
|
||||
|
||||
Reference in New Issue
Block a user