Update README/TODO with new naming

This commit is contained in:
Gregory Nutt
2016-03-09 17:39:43 -06:00
parent 611fb04449
commit 760fb63f33
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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