On Tue, Jul 16, 2002 at 10:09:03AM -0400, Dan Malek wrote: > > David Gibson wrote: > >- if (in_interrupt()) > >- BUG(); > >+ BUG_ON(in_interrupt()); > > We should be able to call these functions from interrupt, let's push > the remainder of the changes though get_free_pages() to make this happen.
I think the only reason we should keep that like it is, for now, is that fixing that requires other generic changes. Which Paul was going to ask Dave M about doing. Paul, any word back from him yet? -- Tom Rini (TR1265) http://gate.crashing.org/~trini/ ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
