Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/next68k
Module Name: src
Committed By: isaki
Date: Thu Jun 26 02:52:03 UTC 2008
Modified Files:
src/sys/arch/next68k/include: intr.h
src/sys/arch/next68k/next68k: isr.c
Log Message:
Unify splraiseipl(9) implementation among m68k ports,
discussed with tsutsui@ on port-m68k.
For next68k:
- 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.20 -r1.21 src/sys/arch/next68k/include/intr.h
cvs rdiff -r1.25 -r1.26 src/sys/arch/next68k/next68k/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