Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   thorpej
Date:           Thu Dec 16 20:17:24 UTC 1999

Modified Files:
        syssrc/sys/arch/alpha/alpha: cpu.c genassym.c locore.s machdep.c
            multiproc.s
        syssrc/sys/arch/alpha/include: cpu.h

Log Message:
- Remove a misguided attempt to use procs as idle contexts for secondary
  processors.  Instead, allocate separate idle PCBs for them (including
  the primary -- don't use proc0's for its idle context).
- Use SysValue to store the cpu_info for each processor.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 syssrc/sys/arch/alpha/alpha/cpu.c
cvs rdiff -r1.24 -r1.25 syssrc/sys/arch/alpha/alpha/genassym.c
cvs rdiff -r1.70 -r1.71 syssrc/sys/arch/alpha/alpha/locore.s
cvs rdiff -r1.188 -r1.189 syssrc/sys/arch/alpha/alpha/machdep.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/alpha/alpha/multiproc.s
cvs rdiff -r1.35 -r1.36 syssrc/sys/arch/alpha/include/cpu.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