Source-Changes archive

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

CVS commit: [newlock2] src/sys/arch



Module Name:    src
Committed By:   ad
Date:           Fri Oct 20 21:26:44 UTC 2006

Modified Files:
        src/sys/arch/amd64/amd64 [newlock2]: machdep.c
        src/sys/arch/amd64/include [newlock2]: cpu.h
        src/sys/arch/i386/i386 [newlock2]: machdep.c
        src/sys/arch/i386/include [newlock2]: cpu.h

Log Message:
- Make ASTs per-LWP.
- The signal stack and signal mask will be per-LWP shortly.

need_resched(), need_proftick(), signotify():

- Prefix with cpu_
- Make per-LWP.
- Send an IPI if the LWP is on another CPU.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.40.2.1 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -r1.12 -r1.12.4.1 src/sys/arch/amd64/include/cpu.h
cvs rdiff -r1.577 -r1.577.4.1 src/sys/arch/i386/i386/machdep.c
cvs rdiff -r1.129 -r1.129.2.1 src/sys/arch/i386/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