Source-Changes archive

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

CVS commit: [netbsd-9] src



Module Name:    src
Committed By:   martin
Date:           Thu Feb 27 18:48:12 UTC 2020

Modified Files:
        src/lib/libpthread/arch/powerpc [netbsd-9]: pthread_md.h
        src/sys/arch/powerpc/powerpc [netbsd-9]: sig_machdep.c

Log Message:
Pull up following revision(s) (requested by rin in ticket #736):

        lib/libpthread/arch/powerpc/pthread_md.h: revision 1.8
        sys/arch/powerpc/powerpc/sig_machdep.c: revision 1.47

libpthread sets initial value of MSR for lwp's. However, appropriate
value differs b/w oea/booke/ibm4xx, and there's no way to obtain it
from userland. Therefore, this initial value should be corrected by
cpu_setmcontext().

- Comment this in libpthread
- Add KASSERT in cpu_mcontext_validate()


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.46.1 src/lib/libpthread/arch/powerpc/pthread_md.h
cvs rdiff -u -r1.46 -r1.46.4.1 src/sys/arch/powerpc/powerpc/sig_machdep.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