2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>

* rtems/score/cpu.h: Add no return atrribute to _CPU_Context_restore()
	since it is used for restarting self.
This commit is contained in:
Joel Sherrill
2009-09-25 12:07:54 +00:00
parent 98765cb868
commit 1154ced949
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/score/cpu.h: Add no return atrribute to _CPU_Context_restore()
since it is used for restarting self.
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, rtems/score/cpu.h: Change prototype of IDLE thread to

View File

@@ -445,7 +445,7 @@ void _CPU_Context_switch(
void _CPU_Context_restore(
Context_Control *new_context
);
) RTEMS_COMPILER_NO_RETURN_ATTRIBUTE;
/*
* _CPU_Context_save_fp