Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264630
b: refs/heads/master
c: b3377d1
h: refs/heads/master
v: v3
  • Loading branch information
Nick Bowler authored and Russell King committed Oct 17, 2011
1 parent 9a4c35f commit 204ef9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 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: ef4c53687e0adf5409896c4fa688b15f8d4dc0c0
refs/heads/master: b3377d1865723cea5334954e6ffcb2182b6689c8
9 changes: 2 additions & 7 deletions trunk/arch/arm/mach-vexpress/hotplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <linux/smp.h>

#include <asm/cacheflush.h>
#include <asm/system.h>

extern volatile int pen_release;

Expand Down Expand Up @@ -62,13 +63,7 @@ static inline void platform_do_lowpower(unsigned int cpu, int *spurious)
* code will have already disabled interrupts
*/
for (;;) {
/*
* here's the WFI
*/
asm(".word 0xe320f003\n"
:
:
: "memory", "cc");
wfi();

if (pen_release == cpu) {
/*
Expand Down

0 comments on commit 204ef9b

Please sign in to comment.