Subject: Re: interrupt_reg variable
To: Andy <andy@softbook.com>
From: Bill Studenmund <wrstuden@zembu.com>
List: port-macppc
Date: 07/06/2000 18:00:52
On Thu, 29 Jun 2000, Andy wrote:

> There are 2 global variables called interrupt_reg that are declared in both
> macppc/autoconf.c and macppc/extintr.c
> The one in autoconf.c is initialized ( interrupt_reg = mapiodev(...)
> But the one in extintr.c is not initialized but used ( in macros
> INT_STATE_REG, etc)
> 
> Where is the interrupt_reg in extintr.c initialized ?

If they really are globals, then they are the same thing. Thus it is
initialized in autoconf.c. :-)

Take care,

Bill