diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-03-15 07:33:43 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-03-21 17:05:50 -0500 |
commit | 5d25ac038a317d454a4321cba955f756400835a5 (patch) | |
tree | ec536b7e1aba8c0775f72e924743524e4688d5d7 /arch/arm/vfp | |
parent | f78f10436806660f39440a729acbaf03e3a01023 (diff) |
[ARM] Move IRQ enable after coprocessor number decode
Allow the individual coprocessor handlers to decide when to enable
interrupts, rather than unconditionally enabling them.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/vfp')
-rw-r--r-- | arch/arm/vfp/entry.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/vfp/entry.S b/arch/arm/vfp/entry.S index 6f17187ab32a..9ab1abfbe7ad 100644 --- a/arch/arm/vfp/entry.S +++ b/arch/arm/vfp/entry.S | |||
@@ -22,6 +22,7 @@ | |||
22 | 22 | ||
23 | .globl do_vfp | 23 | .globl do_vfp |
24 | do_vfp: | 24 | do_vfp: |
25 | enable_irq | ||
25 | ldr r4, .LCvfp | 26 | ldr r4, .LCvfp |
26 | add r10, r10, #TI_VFPSTATE @ r10 = workspace | 27 | add r10, r10, #TI_VFPSTATE @ r10 = workspace |
27 | ldr pc, [r4] @ call VFP entry point | 28 | ldr pc, [r4] @ call VFP entry point |