Subject: interrupt stack initialization on PowerPC
To: None <current-users@netbsd.org>
From: netbsd <netbsd@scentech.ch>
List: current-users
Date: 04/30/2004 08:35:22
the interrupt stack counter ci_intrdepth is initialized within locore.S 
and later again from the procedure cpu_attach_common. Is this correct?

On my system the external events refuse to work which lead to a crash 
since the decrementer is not refereshed. It works fine if it is only set 
within locore.S


Stefan

References:
===========
CI_INTRDEPTH is set to -1 in sys/arch/powerpc/incluse/asm.h (line 121) 
called by locore.S

CI_INTRDEPTH is again set to -1 in sys/arch/powerpc/oea/cpu_subr.c (line 
  295)