Am 18.04.2012 09:46, schrieb Geert Uytterhoeven: > On Tue, Apr 17, 2012 at 22:37, Richard Weinberger wrote: >> As it's only user (UML) does no longer need it we can get >> rid of it. > > But now all drivers have to call um_free_irq() instead of free_irq()? No. They can still use free_irq(). Only drivers on top of SIGIO and SIGVTALRAM irq chips have to use um_free_irq(). But ATAIK all drivers on UML use SIGIO, SIGVTALRAM. > Are there any generic drivers not specific to UML we do want to use on UML? I don't think so. Thanks, //richard