sparc: Delete unused CONTEXT_CONTROL_SIZE

This commit is contained in:
Sebastian Huber
2015-05-26 14:09:11 +02:00
parent 139c0dce69
commit 422de7f77d
2 changed files with 0 additions and 5 deletions

View File

@@ -547,9 +547,6 @@ typedef struct {
#define SPARC_CONTEXT_CONTROL_IS_EXECUTING_OFFSET 0x58 #define SPARC_CONTEXT_CONTROL_IS_EXECUTING_OFFSET 0x58
#endif #endif
/** This defines the size of the context area for use in assembly. */
#define CONTEXT_CONTROL_SIZE 0x68
#ifndef ASM #ifndef ASM
/** /**
* @brief SPARC basic context. * @brief SPARC basic context.

View File

@@ -388,8 +388,6 @@ typedef struct {
#define ISR_DISPATCH_DISABLE_STACK_OFFSET 0xF8 #define ISR_DISPATCH_DISABLE_STACK_OFFSET 0xF8
#define ISR_PAD_OFFSET 0xFC #define ISR_PAD_OFFSET 0xFC
#define CONTEXT_CONTROL_SIZE 0x100
/* /*
* The floating point context area. * The floating point context area.
*/ */