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
@@ -1654,7 +1654,7 @@
* arch/*/include/*/type.h: On some compilers, char defaults as unsigned.
Explicitly add signed to integer types if signed is what is required.
* arch/*: For all architectures -- Global register state save structure
(usually called current_regs) should be marked volatile; Added general
(usually called g_current_regs) should be marked volatile; Added general
capability to support nested interrupts (not fully realized for all
architectures).
* sched/task_create.c: Add support for starting kernel-mode thread.