Skip to content

Commit

Permalink
[IA64] Fix a typo in arch/ia64/kernel/entry.S
Browse files Browse the repository at this point in the history
Both 2.4 and 2.6 kernels need this patch for the next binutils.

Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
H. J. Lu authored and Tony Luck committed Jul 8, 2005
1 parent 88c3cdf commit 763b391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 763b391

Please sign in to comment.