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:           Sat Aug 29 19:06:33 UTC 2020

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

Log Message:
- cpu_need_resched(): Explicitly cover each RESCHED_* case, and add a
  comment explaining why we don't need to act on IDLE+REMOTE.
- cpu_signotify(): Move to machdep.c, and if we're asked to notify
  an LWP running on another CPU, send an AST IPI to that CPU.  Add some
  assertions.
- cpu_need_proftick(): Move to machdep.c, add some assertions.


To generate a diff of this commit:
cvs rdiff -u -r1.360 -r1.361 src/sys/arch/alpha/alpha/machdep.c
cvs rdiff -u -r1.87 -r1.88 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