[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150728172002.GD19282@twins.programming.kicks-ass.net>
Date: Tue, 28 Jul 2015 19:20:02 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: Rabin Vincent <rabin@....in>
Cc: linux-kernel@...r.kernel.org, mingo@...nel.org,
jasonbaron0@...il.com, bp@...en8.de, luto@...capital.net,
tglx@...utronix.de, rostedt@...dmis.org, will.deacon@....com,
liuj97@...il.com, ralf@...ux-mips.org, ddaney@...iumnetworks.com,
benh@...nel.crashing.org, michael@...erman.id.au,
heiko.carstens@...ibm.com, davem@...emloft.net, vbabka@...e.cz
Subject: Re: [PATCH -v2 6/8] jump_label: Add a new static_key interface
On Tue, Jul 28, 2015 at 07:00:55PM +0200, Rabin Vincent wrote:
>
> This is missing an include of asm/unified.h for the WASM():
>
> diff --git a/arch/arm/include/asm/jump_label.h b/arch/arm/include/asm/jump_label.h
> index f8bc12f..34f7b69 100644
> --- a/arch/arm/include/asm/jump_label.h
> +++ b/arch/arm/include/asm/jump_label.h
> @@ -4,6 +4,7 @@
> #ifndef __ASSEMBLY__
>
> #include <linux/types.h>
> +#include <asm/unified.h>
>
> #define JUMP_LABEL_NOP_SIZE 4
>
> With that added, it builds and works fine on ARM.
Duh, thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists