On Samstag 10 November 2007 00:47:31, you (Jiri Slaby) wrote: > nozomi, remove struct irq > struct irq (named as my_irq) is used only in ISR and its called functions. > We might silently use u16 variable on stack and remove all references to > this structure. This is the first step of struct nozomi_devices removal.
As this u16 is kind of local (just handed around from interrupt_handler) and the structs value was anyway overwritten always/on every interrupt call this seems to be totally ok. Just to be sure i ran a whole testseries and it really didn't show anything unusual => So, applied without changes. Thanks, Frank - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/