Source-Changes archive

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

CVS commit: src/sys/arch/mvme68k



Module Name:    src
Committed By:   isaki
Date:           Thu Jun 26 02:52:29 UTC 2008

Modified Files:
        src/sys/arch/mvme68k/include: intr.h
        src/sys/arch/mvme68k/mvme68k: machdep.c

Log Message:
Unify splraiseipl(9) implementation among m68k ports,
discussed with tsutsui@ on port-m68k.

For mvme68k:
- 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
- replace the order of IPL_SOFTCLOCK and IPL_SOFTBIO according to spl(9)


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/arch/mvme68k/include/intr.h
cvs rdiff -r1.127 -r1.128 src/sys/arch/mvme68k/mvme68k/machdep.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