sparc32: fix rtrap.S typo
Fix compile problem in rtrap.S arch/sparc/kernel/built-in.o: In function `ret_trap_userwins_ok': arch/sparc/kernel/rtrap.S:(.text+0x1900): undefined reference to `PSR_SYCALL' Signed-off-by: Robert Reif <reif@earthlink.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b5e10df665
commit
8bf3028ede
|
@ -139,7 +139,7 @@ ret_trap_userwins_ok:
|
|||
LOAD_PT_PRIV(sp, t_psr, t_pc, t_npc)
|
||||
or %t_pc, %t_npc, %g2
|
||||
andcc %g2, 0x3, %g0
|
||||
sethi %hi(PSR_SYCALL), %g2
|
||||
sethi %hi(PSR_SYSCALL), %g2
|
||||
be 1f
|
||||
andn %t_psr, %g2, %t_psr
|
||||
|
||||
|
|
Loading…
Reference in New Issue