Source-Changes archive

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

CVS commit: src/sys/arch/alpha



Module Name:    src
Committed By:   thorpej
Date:           Thu Sep  3 04:18:30 UTC 2020

Modified Files:
        src/sys/arch/alpha/alpha: genassym.cf locore.s prom.c
        src/sys/arch/alpha/include: asm.h

Log Message:
The only remaining consumer of curpcb was the PROM mapping code, for if
PROM console routines are being used (only on KN8AE).  We have access to
the sam information via curlwp, so use that, and eliminate the need to set
cpu_info::ci_curpcb when context switching, which saves an extra all into
PALcode.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/alpha/alpha/genassym.cf
cvs rdiff -u -r1.126 -r1.127 src/sys/arch/alpha/alpha/locore.s
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/alpha/alpha/prom.c
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/alpha/include/asm.h

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