> In 3.0, there is a macro called CLKF_INTR defined as follows, which is used > currently by statclock() to calculate ticks in interrupt context: > > #define CLKF_INTR(frame) curcpu()->ci_idepth > 1) I guess it's i386, and "1" includes statclock() interrupt itself. --- Izumi Tsutsui