ARM: Don't need C wrappers for context switch routines.

This commit is contained in:
Kelvin Lawson
2013-03-05 01:34:30 +00:00
parent 63debdf613
commit 5ca7a2c7a5
3 changed files with 50 additions and 52 deletions

View File

@@ -44,8 +44,10 @@ struct atom_tcb;
typedef struct atom_tcb
{
/* Thread's current stack pointer. When a thread is scheduled
* out the architecture port can save*/
/*
* Thread's current stack pointer. When a thread is scheduled
* out the architecture port can save its stack pointer here.
*/
POINTER sp_save_ptr;
/* Thread priority (0-255) */