aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/platform/68360/entry.S
diff options
context:
space:
mode:
authorPhilippe De Muyter <phdm@macqel.be>2010-08-30 07:17:17 -0400
committerGreg Ungerer <gerg@uclinux.org>2010-10-20 20:17:30 -0400
commiteb497e7b4996c4c6d2afaa19ee6a32aba867ae4c (patch)
tree92ebd9ca4ad7e825b84a7951a844176e8024ed34 /arch/m68knommu/platform/68360/entry.S
parent8851338dd09ed3544bb9a427ae04f1c481ce5456 (diff)
m68knommu: rename PT_OFF_VECTOR to PT_OFF_FORMATVEC.
In m68k/m68knommu assembly files, the same value is called sometimes PT_OFF_VECTOR, but more frequently PT_OFF_FORMATVEC. Standardize name to PT_OFF_FORMATVEC. Signed-off-by: Philippe De Muyter <phdm@macqel.be> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/platform/68360/entry.S')
-rw-r--r--arch/m68knommu/platform/68360/entry.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/68360/entry.S b/arch/m68knommu/platform/68360/entry.S
index d5ad4080f553..5c5047337f0b 100644
--- a/arch/m68knommu/platform/68360/entry.S
+++ b/arch/m68knommu/platform/68360/entry.S
@@ -129,7 +129,7 @@ Lreturn:
129 */ 129 */
130inthandler: 130inthandler:
131 SAVE_ALL 131 SAVE_ALL
132 movew %sp@(PT_OFF_VECTOR), %d0 132 movew %sp@(PT_OFF_FORMATVEC), %d0
133 and.l #0x3ff, %d0 133 and.l #0x3ff, %d0
134 lsr.l #0x02, %d0 134 lsr.l #0x02, %d0
135 135