]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Extract the code that records syscall results in the frame into MD
authorkib <kib@FreeBSD.org>
Tue, 10 Nov 2009 11:43:07 +0000 (11:43 +0000)
committerkib <kib@FreeBSD.org>
Tue, 10 Nov 2009 11:43:07 +0000 (11:43 +0000)
commit3cf53f181e7360f48fecc50a925d46029888af1d
treebba1aed931ce7ad22617119eb8a0f3b4e1652845
parente256ac508b1a8eb7aedb8f720f3e650ecd273b53
Extract the code that records syscall results in the frame into MD
function cpu_set_syscall_retval().

Suggested by: marcel
Reviewed by: marcel, davidxu
PowerPC, ARM, ia64 changes: marcel
Sparc64 tested and reviewed by: marius, also sunv reviewed
MIPS tested by: gonzo
MFC after: 1 month
21 files changed:
sys/amd64/amd64/trap.c
sys/amd64/amd64/vm_machdep.c
sys/arm/arm/trap.c
sys/arm/arm/vm_machdep.c
sys/i386/i386/trap.c
sys/i386/i386/vm_machdep.c
sys/ia64/ia64/trap.c
sys/ia64/ia64/vm_machdep.c
sys/mips/include/pcb.h
sys/mips/mips/trap.c
sys/mips/mips/vm_machdep.c
sys/powerpc/aim/trap.c
sys/powerpc/aim/vm_machdep.c
sys/powerpc/booke/trap.c
sys/powerpc/booke/vm_machdep.c
sys/sparc64/include/pcb.h
sys/sparc64/sparc64/trap.c
sys/sparc64/sparc64/vm_machdep.c
sys/sun4v/sun4v/trap.c
sys/sun4v/sun4v/vm_machdep.c
sys/sys/proc.h