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:   mhitch
Date:           Fri May 18 02:45:18 UTC 2007

Modified Files:
        src/sys/arch/alpha/alpha: cpu.c
        src/sys/arch/alpha/include: cpu.h

Log Message:
Fix alpha MP for idlelwp:  ci_idle_lwp was added to cpu_info
structure, but never initialized.  There's already a cpu_idlelwp
in ci_data, which appears to be the same thing, so use that instead.


To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 src/sys/arch/alpha/alpha/cpu.c
cvs rdiff -r1.68 -r1.69 src/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