Source-Changes archive

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

CVS commit: src/sys/arch/cesfic



Module Name:    src
Committed By:   tsutsui
Date:           Sun Jun 22 16:34:15 UTC 2008

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

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

For cesfic (compile test only):
- use static splraise4() for splvm() and remove isrcomputeipl() for IPL_VM
  because this port supports only one model
- make makeiplcookie(9) return PSL bits via ipl2psl_table[] rather than
  ipl indexes
- make ipl2psl_table[] uint16_t rather than int


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/arch/cesfic/cesfic/autoconf.c
cvs rdiff -r1.9 -r1.10 src/sys/arch/cesfic/cesfic/isr.c
cvs rdiff -r1.2 -r1.3 src/sys/arch/cesfic/cesfic/isr.h
cvs rdiff -r1.9 -r1.10 src/sys/arch/cesfic/include/intr.h

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