Subject: Re: ci_idepth and CLKF_INTR
To: None <tech-kern@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: tech-kern
Date: 09/12/2006 20:47:54
> 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