[PATCH 12/12] powerpc: Rework lazy-interrupt handling

Benjamin Herrenschmidt benh at kernel.crashing.org
Mon Mar 5 10:11:09 EST 2012


On Fri, 2012-03-02 at 20:35 +1100, Benjamin Herrenschmidt wrote:
>  
> +static inline may_hard_irq_enable(void) { }
> + 

And that works much better with a void :

+static inline void may_hard_irq_enable(void) { }

Or 32-bit won't build ;-) With that fix it builds on both 32 and 64-bit,
now time to test !

Cheers,
Ben.




More information about the Linuxppc-dev mailing list