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:   tsutsui
Date:           Sun Sep 10 14:27:38 UTC 2006

Modified Files:
        src/sys/arch/algor/algor: interrupt.c
        src/sys/arch/cobalt/cobalt: machdep.c
        src/sys/arch/evbmips/evbmips: interrupt.c
        src/sys/arch/mips/include: mips3_clock.h
        src/sys/arch/mips/mips: mips3_clockintr.c

Log Message:
Change mips3_clockintr() to take (struct clockframe *) rather than
pc and status since it calls hardclock(9) anyway.
OK'ed by gdamore on port-mips.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/arch/algor/algor/interrupt.c
cvs rdiff -r1.73 -r1.74 src/sys/arch/cobalt/cobalt/machdep.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/evbmips/evbmips/interrupt.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/mips/include/mips3_clock.h
cvs rdiff -r1.1 -r1.2 src/sys/arch/mips/mips/mips3_clockintr.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