diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-03-18 16:01:11 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-03-18 16:01:11 +0000 |
commit | cf1b70f486a2696d523d585e91d0e4e5c7b8021c (patch) | |
tree | 8bb98eff1c20929200b6c89da6b87ff47bd99af8 /os/ports/GCC/PPC | |
parent | 7ae3e3227ee895c3ed5ac3358411b07276c7838e (diff) | |
download | ChibiOS-cf1b70f486a2696d523d585e91d0e4e5c7b8021c.tar.gz ChibiOS-cf1b70f486a2696d523d585e91d0e4e5c7b8021c.tar.bz2 ChibiOS-cf1b70f486a2696d523d585e91d0e4e5c7b8021c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1749 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/PPC')
-rw-r--r-- | os/ports/GCC/PPC/SPC56x/ivor.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/PPC/SPC56x/ivor.s b/os/ports/GCC/PPC/SPC56x/ivor.s index 0f4c85cf3..534e4b0d5 100644 --- a/os/ports/GCC/PPC/SPC56x/ivor.s +++ b/os/ports/GCC/PPC/SPC56x/ivor.s @@ -136,7 +136,7 @@ IVOR4: ori %r3, %r3, INTC_EOIR@l
stw %r3, 0(%r3) /* Writing any value should do. */
- /* Verifies if a reschedulation is required.*/
+ /* Verifies if a reschedule is required.*/
bl chSchIsRescRequiredExI
cmpli cr0, %r3, 0
beq cr0, .ctxrestore
|