Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   martin
Date:           Wed Mar 23 20:41:31 UTC 2011

Modified Files:
        src/sys/arch/sparc/include: trap.h
        src/sys/arch/sparc/sparc: syscall.c
        src/sys/arch/sparc64/include: trap.h
        src/sys/arch/sparc64/sparc64: syscall.c

Log Message:
Add a syscall variant passing the return address in %g5 (we need %g7 for
pthread_self and %g2 is an application register, so we can not use those
anymore).


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/sparc/include/trap.h
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sparc/sparc/syscall.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sparc64/include/trap.h
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/sparc64/sparc64/syscall.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index