diff options
Diffstat (limited to 'arch/s390/kernel/smp.c')
-rw-r--r-- | arch/s390/kernel/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/smp.c b/arch/s390/kernel/smp.c index 9cf01e455e50..109e7422bb20 100644 --- a/arch/s390/kernel/smp.c +++ b/arch/s390/kernel/smp.c | |||
@@ -654,7 +654,7 @@ int __cpuinit __cpu_up(unsigned int cpu) | |||
654 | - sizeof(struct stack_frame)); | 654 | - sizeof(struct stack_frame)); |
655 | memset(sf, 0, sizeof(struct stack_frame)); | 655 | memset(sf, 0, sizeof(struct stack_frame)); |
656 | sf->gprs[9] = (unsigned long) sf; | 656 | sf->gprs[9] = (unsigned long) sf; |
657 | cpu_lowcore->save_area[15] = (unsigned long) sf; | 657 | cpu_lowcore->gpregs_save_area[15] = (unsigned long) sf; |
658 | __ctl_store(cpu_lowcore->cregs_save_area, 0, 15); | 658 | __ctl_store(cpu_lowcore->cregs_save_area, 0, 15); |
659 | atomic_inc(&init_mm.context.attach_count); | 659 | atomic_inc(&init_mm.context.attach_count); |
660 | asm volatile( | 660 | asm volatile( |