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:           Sun Jun 15 07:20:46 UTC 2008

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

Log Message:
Unify splraiseipl(9) implementation among m68k ports as per
suggestion from isaki@ on port-m68k.

For news68k:
- export ipl2psl_table[] and make it uint16_t
- make makeiplcookie(9) inline
- put PSL_S bit into ipl2psl_table[] rather than adding it in makeiplcookie(9)
- define both IPL_SCHED and IPL_HIGH independently to avoid confusion


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/arch/news68k/include/intr.h
cvs rdiff -r1.17 -r1.18 src/sys/arch/news68k/news68k/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