Merge branch 'sh/stable-updates'

This commit is contained in:
Paul Mundt
2009-10-14 15:53:08 +09:00
4 changed files with 9 additions and 6 deletions

View File

@@ -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;
}