summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-05-26 14:09:11 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-05-26 14:09:11 +0200
commit422de7f77d87ea7e66697f6871a14e5a27de1f5b (patch)
tree546832ccc849d118b3deaf9215707f9a05819571 /cpukit/score/cpu/sparc
parentsparc: Delete unused ISF_STACK_FRAME_OFFSET (diff)
downloadrtems-422de7f77d87ea7e66697f6871a14e5a27de1f5b.tar.bz2
sparc: Delete unused CONTEXT_CONTROL_SIZE
Diffstat (limited to 'cpukit/score/cpu/sparc')
-rw-r--r--cpukit/score/cpu/sparc/rtems/score/cpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h
index 9f17617b21..5d5f1e4aac 100644
--- a/cpukit/score/cpu/sparc/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sparc/rtems/score/cpu.h
@@ -547,9 +547,6 @@ typedef struct {
#define SPARC_CONTEXT_CONTROL_IS_EXECUTING_OFFSET 0x58
#endif
-/** This defines the size of the context area for use in assembly. */
-#define CONTEXT_CONTROL_SIZE 0x68
-
#ifndef ASM
/**
* @brief SPARC basic context.