diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2015-12-17 13:58:58 +0000 |
---|---|---|
committer | Dan Handley <dan.handley@arm.com> | 2015-12-21 18:10:12 +0000 |
commit | 1645d3ee60a63faf5de6d41a396c540c538240be (patch) | |
tree | 6f62c21785d82248fc93ff8f19526464f7df9156 /docs/interrupt-framework-design.md | |
parent | 3f61835baf6f76afa1a565702d0800f17b4dac5f (diff) | |
download | platform_external_arm-trusted-firmware-1645d3ee60a63faf5de6d41a396c540c538240be.tar.gz platform_external_arm-trusted-firmware-1645d3ee60a63faf5de6d41a396c540c538240be.tar.bz2 platform_external_arm-trusted-firmware-1645d3ee60a63faf5de6d41a396c540c538240be.zip |
Miscellaneous doc fixes for v1.2
Change-Id: I6f49bd779f2a4d577c6443dd160290656cdbc59b
Diffstat (limited to 'docs/interrupt-framework-design.md')
-rw-r--r-- | docs/interrupt-framework-design.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/interrupt-framework-design.md b/docs/interrupt-framework-design.md index 5f7b39d77..060bbf2e1 100644 --- a/docs/interrupt-framework-design.md +++ b/docs/interrupt-framework-design.md @@ -359,7 +359,7 @@ for the security state specified in the `flags` parameter. Once the handler routine completes, execution will return to either the secure or non-secure state. The handler routine should return a pointer to -`cpu_context` structure of the current CPU for the the target security state. It +`cpu_context` structure of the current CPU for the target security state. It should treat all error conditions as critical errors and take appropriate action within its implementation e.g. use assertion failures. |