Changeset 238 for soft/giet_vm/sys/exc_handler.c
- Timestamp:
- May 29, 2013, 1:24:09 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/sys/exc_handler.c
r232 r238 67 67 68 68 69 static void _display_cause(unsigned int type) { 69 static void _display_cause(unsigned int type) 70 { 70 71 _get_lock(&_tty_put_lock); 71 72 _puts("\n[GIET] Exception for task "); 72 _putd(_get_ proc_task_id());73 _putd(_get_context_slot(CTX_LTID_ID)); 73 74 _puts(" on processor "); 74 75 _putd(_procid()); … … 86 87 87 88 // goes to sleeping state 88 unsigned int task_id = _get_proc_task_id(); 89 _set_context_slot( task_id, CTX_RUN_ID, 0); 89 _set_context_slot(CTX_RUN_ID, 0); 90 90 91 91 // deschedule
Note: See TracChangeset
for help on using the changeset viewer.