Re: kernel stack torture

Leonard N. Zubkoff (lnz@dandelion.com)
Wed, 14 Feb 1996 20:40:16 -0800


Date: Wed, 14 Feb 1996 23:42:13 +0000 (GMT)
From: Gerard Roudier <groudier@iplus.fr>

Is it possible that multiples nested interrupts will occurs during this
interval of 10 ms of interrupt enabled time?

Interrupt handlers run with the interrupt channel masked, so that no recursive
interrupts on the same channel can occur.

Leonard