Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313866
b: refs/heads/master
c: 50bb1f7
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Jul 17, 2012
1 parent 9c72ca6 commit e3de1a2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 711d2731d0cc90644a67b179bd78432c15a270f0
refs/heads/master: 50bb1f761e420776a4d10798babfc76793d4056c
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/processor.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ static DEFINE_PER_CPU(struct cpuid, cpu_id);
*/
void __cpuinit cpu_init(void)
{
struct cpuid *id = &per_cpu(cpu_id, smp_processor_id());
struct s390_idle_data *idle = &__get_cpu_var(s390_idle);
struct cpuid *id = &__get_cpu_var(cpu_id);

get_cpu_id(id);
atomic_inc(&init_mm.mm_count);
Expand Down

0 comments on commit e3de1a2

Please sign in to comment.