Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372133
b: refs/heads/master
c: 5e45a0a
h: refs/heads/master
i:
  372131: a660beb
v: v3
  • Loading branch information
Russell King committed May 2, 2013
1 parent 1228b39 commit f0a6134
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: bca7a5a04933700a8bde4ea5798119607a8b0436
refs/heads/master: 5e45a0a1975df83fc068349e6a31fdf6af61a458
9 changes: 5 additions & 4 deletions trunk/arch/arm/mach-highbank/hotplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <linux/kernel.h>
#include <asm/cacheflush.h>

#include "core.h"
#include "sysregs.h"
Expand All @@ -27,10 +28,10 @@ extern void secondary_startup(void);
void __ref highbank_cpu_die(unsigned int cpu)
{
highbank_set_cpu_jump(cpu, phys_to_virt(0));
highbank_set_core_pwr();

cpu_do_idle();
flush_cache_louis();
highbank_set_core_pwr();

/* We should never return from idle */
panic("highbank: cpu %d unexpectedly exit from shutdown\n", cpu);
while (1)
cpu_do_idle();
}

0 comments on commit f0a6134

Please sign in to comment.