summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc64/rtems/score
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/sparc64/rtems/score
parentsparc: Delete unused ISF_STACK_FRAME_OFFSET (diff)
downloadrtems-422de7f77d87ea7e66697f6871a14e5a27de1f5b.tar.bz2
sparc: Delete unused CONTEXT_CONTROL_SIZE
Diffstat (limited to 'cpukit/score/cpu/sparc64/rtems/score')
-rw-r--r--cpukit/score/cpu/sparc64/rtems/score/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/score/cpu/sparc64/rtems/score/cpu.h b/cpukit/score/cpu/sparc64/rtems/score/cpu.h
index c16e8658ff..baea12b948 100644
--- a/cpukit/score/cpu/sparc64/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sparc64/rtems/score/cpu.h
@@ -388,8 +388,6 @@ typedef struct {
#define ISR_DISPATCH_DISABLE_STACK_OFFSET 0xF8
#define ISR_PAD_OFFSET 0xFC
-#define CONTEXT_CONTROL_SIZE 0x100
-
/*
* The floating point context area.
*/