mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
[IA64] Fix a typo in arch/ia64/kernel/entry.S
Both 2.4 and 2.6 kernels need this patch for the next binutils. Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
parent
88c3cdfdde
commit
763b3917e7
@ -1249,7 +1249,7 @@ ENTRY(sys_rt_sigreturn)
|
||||
stf.spill [r17]=f11
|
||||
adds out0=16,sp // out0 = &sigscratch
|
||||
br.call.sptk.many rp=ia64_rt_sigreturn
|
||||
.ret19: .restore sp 0
|
||||
.ret19: .restore sp,0
|
||||
adds sp=16,sp
|
||||
;;
|
||||
ld8 r9=[sp] // load new ar.unat
|
||||
|
Loading…
Reference in New Issue
Block a user