summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-12-19 14:37:43 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-12-19 14:37:43 +0100
commit117f98c9cb990f358eb199ffedba34649a50134d (patch)
treec01dcebbf038ee2e744c4c9cb93a2ae5ead2a221
parentDocument rtems_task_get_priority() (diff)
downloadrtems-docs-117f98c9cb990f358eb199ffedba34649a50134d.tar.bz2
Update rtems_interrupt_frame description
Close #2808.
-rw-r--r--c-user/rtems_data_types.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/c-user/rtems_data_types.rst b/c-user/rtems_data_types.rst
index 323a0dc..e5be2f3 100644
--- a/c-user/rtems_data_types.rst
+++ b/c-user/rtems_data_types.rst
@@ -113,7 +113,8 @@ alphabetical order:
``rtems_interrupt_frame``
The data structure that defines the format of the interrupt stack frame as it
- appears to a user ISR. This data structure may not be defined on all ports.
+ appears to a user ISR. This data structure is only defined on architectures
+ that pass the frame pointer to the ISR handler.
.. index:: rtems_interrupt_level