Source-Changes archive

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

CVS commit: src/sys/arch/sparc64



Module Name:    src
Committed By:   martin
Date:           Sat Aug 25 19:16:11 UTC 2007

Modified Files:
        src/sys/arch/sparc64/include: cpu.h param.h
        src/sys/arch/sparc64/sparc64: cpu.c genassym.cf locore.s pmap.c

Log Message:
Remove INITSTACK completely - at the time we used to switch to it, we
already have access to all of lwp0 and it's uarea - so we can switch
to the correct lwp0 stack easily before calling main.


To generate a diff of this commit:
cvs rdiff -r1.63 -r1.64 src/sys/arch/sparc64/include/cpu.h
cvs rdiff -r1.39 -r1.40 src/sys/arch/sparc64/include/param.h
cvs rdiff -r1.59 -r1.60 src/sys/arch/sparc64/sparc64/cpu.c
cvs rdiff -r1.45 -r1.46 src/sys/arch/sparc64/sparc64/genassym.cf
cvs rdiff -r1.255 -r1.256 src/sys/arch/sparc64/sparc64/locore.s
cvs rdiff -r1.192 -r1.193 src/sys/arch/sparc64/sparc64/pmap.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