summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/a29k/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/a29k/cpu.h')
-rw-r--r--c/src/exec/score/cpu/a29k/cpu.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/a29k/cpu.h b/c/src/exec/score/cpu/a29k/cpu.h
index bf7f5230b9..6578621f79 100644
--- a/c/src/exec/score/cpu/a29k/cpu.h
+++ b/c/src/exec/score/cpu/a29k/cpu.h
@@ -160,6 +160,14 @@ extern void a29k_sigdfl_sup(void);
#define CPU_ALLOCATE_INTERRUPT_STACK FALSE
/*
+ * Does the RTEMS invoke the user's ISR with the vector number and
+ * a pointer to the saved interrupt frame (1) or just the vector
+ * number (0)?
+ */
+
+#define CPU_ISR_PASSES_FRAME_POINTER 0
+
+/*
* Does the CPU have hardware floating point?
*
* If TRUE, then the RTEMS_FLOATING_POINT task attribute is supported.