Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/mac68k
Module Name: src
Committed By: tsutsui
Date: Thu Jun 19 13:56:22 UTC 2008
Modified Files:
src/sys/arch/mac68k/include: intr.h
src/sys/arch/mac68k/mac68k: intr.c locore.s
Log Message:
Unify splraiseipl(9) implementation among m68k ports as per
suggestion from isaki@ on port-m68k.
For mac68k:
- rename mac68k_ipls[] to common ipl2psl_table[]
- make makeiplcookie() return PSL bits via ipl2psl_table[]
rather than IPL_FOO indexes
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/arch/mac68k/include/intr.h
cvs rdiff -r1.27 -r1.28 src/sys/arch/mac68k/mac68k/intr.c
cvs rdiff -r1.153 -r1.154 src/sys/arch/mac68k/mac68k/locore.s
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