summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-05-26 14:08:11 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-05-26 14:08:11 +0200
commit139c0dce695efcadec57bbe6ecdfacc2ad5ef402 (patch)
tree363dee74fd6ec5ffb206f0182fd5f3bef1bed5a7 /cpukit/score/cpu/sparc
parentsparc: Add static offset assertions (diff)
downloadrtems-139c0dce695efcadec57bbe6ecdfacc2ad5ef402.tar.bz2
sparc: Delete unused ISF_STACK_FRAME_OFFSET
Diffstat (limited to 'cpukit/score/cpu/sparc')
-rw-r--r--cpukit/score/cpu/sparc/rtems/score/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h
index 64e87509b4..9f17617b21 100644
--- a/cpukit/score/cpu/sparc/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sparc/rtems/score/cpu.h
@@ -701,8 +701,6 @@ typedef struct {
*/
/** This macro defines an offset into the ISF for use in assembly. */
-#define ISF_STACK_FRAME_OFFSET 0x00
-/** This macro defines an offset into the ISF for use in assembly. */
#define ISF_PSR_OFFSET CPU_MINIMUM_STACK_FRAME_SIZE + 0x00
/** This macro defines an offset into the ISF for use in assembly. */
#define ISF_PC_OFFSET CPU_MINIMUM_STACK_FRAME_SIZE + 0x04