2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>

PR 1606/cpukit
	* score/include/rtems/score/interr.h: Remove
	INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
This commit is contained in:
Joel Sherrill
2010-07-07 14:06:52 +00:00
parent 3ac6eb90c5
commit 6c8e2fe5aa
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1606/cpukit
* score/include/rtems/score/interr.h: Remove
INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
2010-07-06 Joel Sherrill <joel.sherrilL@OARcorp.com>
* libfs/src/imfs/ioman.c: Remove unneeded operation check.

View File

@@ -52,7 +52,6 @@ typedef enum {
typedef enum {
INTERNAL_ERROR_NO_CONFIGURATION_TABLE,
INTERNAL_ERROR_NO_CPU_TABLE,
INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS,
INTERNAL_ERROR_TOO_LITTLE_WORKSPACE,
INTERNAL_ERROR_WORKSPACE_ALLOCATION,
INTERNAL_ERROR_INTERRUPT_STACK_TOO_SMALL,