Re: [PATCH] powerpc/shared: include correct header for static key

2020-01-05 Thread Michael Ellerman
On Mon, 2019-12-23 at 13:31:47 UTC, "Jason A. Donenfeld" wrote: > Recently, the spinlock implementation grew a static key optimization, > but the jump_label.h header include was left out, leading to build > errors: > > linux/arch/powerpc/include/asm/spinlock.h:44:7: error: implicit declaration >

Re: [PATCH] powerpc/shared: include correct header for static key

2019-12-24 Thread Srikar Dronamraju
* Jason A. Donenfeld [2019-12-23 14:31:47]: > Recently, the spinlock implementation grew a static key optimization, > but the jump_label.h header include was left out, leading to build > errors: > > linux/arch/powerpc/include/asm/spinlock.h:44:7: error: implicit declaration > of function

[PATCH] powerpc/shared: include correct header for static key

2019-12-23 Thread Jason A. Donenfeld
Recently, the spinlock implementation grew a static key optimization, but the jump_label.h header include was left out, leading to build errors: linux/arch/powerpc/include/asm/spinlock.h:44:7: error: implicit declaration of function ‘static_branch_unlikely’