Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167471
b: refs/heads/master
c: a66c2ed
h: refs/heads/master
i:
  167469: 5dc2e17
  167467: 81dc99d
  167463: aa29d10
  167455: 2964524
v: v3
  • Loading branch information
Paul Mundt committed Oct 14, 2009
1 parent 84642b5 commit 169c0b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2908df9e2ce85e4de19ba81ac619acdf93a8bfaa
refs/heads/master: a66c2edea56c291a6f6a52f07496ebb97c0880e8
2 changes: 2 additions & 0 deletions trunk/arch/sh/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ static inline void __init smp_store_cpu_info(unsigned int cpu)
{
struct sh_cpuinfo *c = cpu_data + cpu;

memcpy(c, &boot_cpu_data, sizeof(struct sh_cpuinfo));

c->loops_per_jiffy = loops_per_jiffy;
}

Expand Down

0 comments on commit 169c0b0

Please sign in to comment.