Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355645
b: refs/heads/master
c: b0db321
h: refs/heads/master
i:
  355643: 0620553
v: v3
  • Loading branch information
Arnd Bergmann committed Feb 14, 2013
1 parent aeff5c9 commit a82094e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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: 1c75c4210009d5cceced76af316c51f9e56ce630
refs/heads/master: b0db321ba14daca748d5c8ca89298fdb637f9ba8
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-prima2/headsmp.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
#include <linux/linkage.h>
#include <linux/init.h>

__INIT
__CPUINIT

/*
* Cold boot and hardware reset show different behaviour,
* system will be always panic if we warm-reset the board
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-prima2/hotplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static inline void platform_do_lowpower(unsigned int cpu)
*
* Called with IRQs disabled
*/
void sirfsoc_cpu_die(unsigned int cpu)
void __ref sirfsoc_cpu_die(unsigned int cpu)
{
platform_do_lowpower(cpu);
}

0 comments on commit a82094e

Please sign in to comment.