Source-Changes archive

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

CVS commit: src/sys/arch/news68k



Module Name:    src
Committed By:   tsutsui
Date:           Sat Feb 10 13:08:30 UTC 2007

Modified Files:
        src/sys/arch/news68k/include: intr.h
        src/sys/arch/news68k/news68k: softintr.c

Log Message:
- fix prototype for ctrl_int2 port (u_char -> uint8_t) in intr.h
- use proper macro to assert/clear ctrl_int2 port for softintr
- use KDASSERT() rather than #ifdef DEBUG + assert()
- don't count uvmexp.softs twice in softintr_dispatch()

XXX: Maybe we should have common m68k/softintr.c like mips ports.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/arch/news68k/include/intr.h
cvs rdiff -r1.1 -r1.2 src/sys/arch/news68k/news68k/softintr.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