Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191641
b: refs/heads/master
c: 1cfa1e8
h: refs/heads/master
i:
  191639: 1798899
v: v3
  • Loading branch information
Paul Mundt committed Apr 26, 2010
1 parent cde18b0 commit 182b1fc
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9715b8c7d55912fb6f5dd9b1c084d8eefcd0d848
refs/heads/master: 1cfa1e8f2c824b131612c9a70b48433998237331
4 changes: 2 additions & 2 deletions trunk/arch/sh/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void __cpuinit register_smp_ops(struct plat_smp_ops *ops)
mp_ops = ops;
}

static inline void __init smp_store_cpu_info(unsigned int cpu)
static inline void __cpuinit smp_store_cpu_info(unsigned int cpu)
{
struct sh_cpuinfo *c = cpu_data + cpu;

Expand All @@ -66,7 +66,7 @@ void __init smp_prepare_cpus(unsigned int max_cpus)
#endif
}

void __devinit smp_prepare_boot_cpu(void)
void __init smp_prepare_boot_cpu(void)
{
unsigned int cpu = smp_processor_id();

Expand Down

0 comments on commit 182b1fc

Please sign in to comment.