In arm32/arm32/spl.S splx() calls dosoftints() before return, but arm32/arm32/intr.c:dosoftints() calls splx() if any softintr routines are called. Does this cause any problem or not? Should splx()/spllower() check softintr or not? --- Izumi Tsutsui tsutsui@ceres.dti.ne.jp