Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2226
b: refs/heads/master
c: 791be9b
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed May 21, 2005
1 parent f4a2f04 commit 513024d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 706fdd9faaad5bd52c774190a54c0fd1dfc0f418
refs/heads/master: 791be9b976ba621b21745c30a7fca225fada9110
14 changes: 14 additions & 0 deletions trunk/arch/arm/kernel/entry-armv.S
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@
@
adrne lr, 1b
bne asm_do_IRQ

#ifdef CONFIG_SMP
/*
* XXX
*
* this macro assumes that irqstat (r6) and base (r5) are
* preserved from get_irqnr_and_base above
*/
test_for_ipi r0, r6, r5, lr
movne r0, sp
adrne lr, 1b
bne do_IPI
#endif

.endm

/*
Expand Down

0 comments on commit 513024d

Please sign in to comment.