Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97895
b: refs/heads/master
c: 24d3e21
h: refs/heads/master
i:
  97893: 6276065
  97891: 23915ad
  97887: cdc9290
v: v3
  • Loading branch information
Segher Boessenkool authored and Martin Schwidefsky committed Jun 10, 2008
1 parent 926ad5e commit 733b0cc
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: 7b439d25300dc59bba76b53eb344bb9e5a1133f2
refs/heads/master: 24d3e210c18bfedafe986ec489575cf91ac39d22
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ int __cpuinit __cpu_up(unsigned int cpu)
memset(sf, 0, sizeof(struct stack_frame));
sf->gprs[9] = (unsigned long) sf;
cpu_lowcore->save_area[15] = (unsigned long) sf;
__ctl_store(cpu_lowcore->cregs_save_area[0], 0, 15);
__ctl_store(cpu_lowcore->cregs_save_area, 0, 15);
asm volatile(
" stam 0,15,0(%0)"
: : "a" (&cpu_lowcore->access_regs_save_area) : "memory");
Expand Down

0 comments on commit 733b0cc

Please sign in to comment.