Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[IA64] fix typos caught by new assembler

Patch below fixes 3 trivial typos which are caught by the new
assembler (v2.169.90). Please apply.

[Note: fix to memcpy that was also part of this patch was separately
applied from patches by H.J. and Andreas ... so the delta here only
has the other two fixes. -Tony]

Signed-off-by: David Mosberger-Tang <davidm@hpl.hp.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

authored by

David Mosberger-Tang and committed by
Tony Luck
9df6f705 512f6429

+2 -2
+1 -1
arch/ia64/kernel/entry.S
··· 782 782 st8.spill [r2]=r8 // store return value in slot for r8 and set unat bit 783 783 .mem.offset 8,0 784 784 st8.spill [r3]=r0 // clear error indication in slot for r10 and set unat bit 785 - END(ia64_ret_from_ia32_execve_syscall) 785 + END(ia64_ret_from_ia32_execve) 786 786 // fall through 787 787 #endif /* CONFIG_IA32_SUPPORT */ 788 788 GLOBAL_ENTRY(ia64_leave_kernel)
+1 -1
arch/ia64/lib/memset.S
··· 57 57 { .mmi 58 58 .prologue 59 59 alloc tmp = ar.pfs, 3, 0, 0, 0 60 - .body 61 60 lfetch.nt1 [dest] // 62 61 .save ar.lc, save_lc 63 62 mov.i save_lc = ar.lc 63 + .body 64 64 } { .mmi 65 65 mov ret0 = dest // return value 66 66 cmp.ne p_nz, p_zr = value, r0 // use stf.spill if value is zero