Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22819
b: refs/heads/master
c: 5d25ac0
h: refs/heads/master
i:
  22817: 64e063b
  22815: 2376e54
v: v3
  • Loading branch information
Russell King authored and Russell King committed Mar 21, 2006
1 parent 5644b0b commit d682b32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f78f10436806660f39440a729acbaf03e3a01023
refs/heads/master: 5d25ac038a317d454a4321cba955f756400835a5
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/entry-armv.S
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ call_fpe:
movcss r7, r5, lsr #(TIF_USING_IWMMXT + 1)
bcs iwmmxt_task_enable
#endif
enable_irq
add pc, pc, r8, lsr #6
mov r0, r0

Expand All @@ -511,6 +510,7 @@ call_fpe:
mov pc, lr @ CP#15 (Control)

do_fpe:
enable_irq
ldr r4, .LCfp
add r10, r10, #TI_FPSTATE @ r10 = workspace
ldr pc, [r4] @ Call FP module USR entry point
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/vfp/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

.globl do_vfp
do_vfp:
enable_irq
ldr r4, .LCvfp
add r10, r10, #TI_VFPSTATE @ r10 = workspace
ldr pc, [r4] @ call VFP entry point
Expand Down

0 comments on commit d682b32

Please sign in to comment.