Source-Changes archive

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

CVS commit: src/sys/arch/x68k



Module Name:    src
Committed By:   isaki
Date:           Mon Jun 23 01:49:31 UTC 2008

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

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

For x68k:
- 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.19 -r1.20 src/sys/arch/x68k/include/intr.h
cvs rdiff -r1.147 -r1.148 src/sys/arch/x68k/x68k/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