Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123638
b: refs/heads/master
c: 8aa2da8
h: refs/heads/master
v: v3
  • Loading branch information
Harry Fearnhamm authored and Catalin Marinas committed Dec 1, 2008
1 parent 3d8e538 commit 0d522ac
Show file tree
Hide file tree
Showing 2 changed files with 5 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: e7c70825a758403cfb476903f3145e6a8c0dd3b5
refs/heads/master: 8aa2da872a492a2196397603ed756a4c48677122
5 changes: 4 additions & 1 deletion trunk/arch/arm/mach-realview/hotplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#include <linux/smp.h>
#include <linux/completion.h>

#include <asm/cacheflush.h>

extern volatile int pen_release;

static DECLARE_COMPLETION(cpu_killed);
Expand All @@ -21,7 +23,8 @@ static inline void cpu_enter_lowpower(void)
{
unsigned int v;

asm volatile( "mcr p15, 0, %1, c7, c14, 0\n"
flush_cache_all();
asm volatile(
" mcr p15, 0, %1, c7, c5, 0\n"
" mcr p15, 0, %1, c7, c10, 4\n"
/*
Expand Down

0 comments on commit 0d522ac

Please sign in to comment.