Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   thorpej
Date:           Mon Mar 12 02:51:03 UTC 2007

Modified Files:
        src/sys/arch/m68k/include: frame.h
        src/sys/arch/sun2/sun2: clock.c
        src/sys/arch/sun68k/sun68k: isr.c

Log Message:
- Define LOCK_CAS_CHECK() in m68k/frame.h (there because it operates on
  a clockframe).
- Call LOCK_CAS_CHECK() in clock_intr() (noted by Izumi Tsutsui).


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/arch/m68k/include/frame.h
cvs rdiff -r1.11 -r1.12 src/sys/arch/sun2/sun2/clock.c
cvs rdiff -r1.13 -r1.14 src/sys/arch/sun68k/sun68k/isr.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