Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1437953 > unrolled thread

[PATCH v3 1/7] powerpc: add explicit #include <asm/asm-compat.h> for jump label

Started byJason Baron <jbaron@akamai.com>
First post2016-07-06 23:50 +0200
Last post2016-07-08 15:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v3 1/7] powerpc: add explicit #include <asm/asm-compat.h> for jump label Jason Baron <jbaron@akamai.com> - 2016-07-06 23:50 +0200
    Re: [v3, 1/7] powerpc: add explicit #include <asm/asm-compat.h> for jump label Michael Ellerman <mpe@ellerman.id.au> - 2016-07-08 15:50 +0200

#1437953 — [PATCH v3 1/7] powerpc: add explicit #include <asm/asm-compat.h> for jump label

FromJason Baron <jbaron@akamai.com>
Date2016-07-06 23:50 +0200
Subject[PATCH v3 1/7] powerpc: add explicit #include <asm/asm-compat.h> for jump label
Message-ID<rS2RI-6bB-9@gated-at.bofh.it>
The stringify_in_c() macro may not be included. Make the dependency
explicit.

Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: linuxppc-dev@lists.ozlabs.org
Signed-off-by: Jason Baron <jbaron@akamai.com>
---
 arch/powerpc/include/asm/jump_label.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/powerpc/include/asm/jump_label.h b/arch/powerpc/include/asm/jump_label.h
index 47e155f15433..9af103a23975 100644
--- a/arch/powerpc/include/asm/jump_label.h
+++ b/arch/powerpc/include/asm/jump_label.h
@@ -14,6 +14,7 @@
 #include <linux/types.h>
 
 #include <asm/feature-fixups.h>
+#include <asm/asm-compat.h>
 
 #define JUMP_ENTRY_TYPE		stringify_in_c(FTR_ENTRY_LONG)
 #define JUMP_LABEL_NOP_SIZE	4
-- 
2.6.1

[toc] | [next] | [standalone]


#1439459 — Re: [v3, 1/7] powerpc: add explicit #include <asm/asm-compat.h> for jump label

FromMichael Ellerman <mpe@ellerman.id.au>
Date2016-07-08 15:50 +0200
SubjectRe: [v3, 1/7] powerpc: add explicit #include <asm/asm-compat.h> for jump label
Message-ID<rSEki-5sf-15@gated-at.bofh.it>
In reply to#1437953
On Wed, 2016-06-07 at 21:42:30 UTC, jbaron@akamai.com wrote:
> The stringify_in_c() macro may not be included. Make the dependency
> explicit.
> 
> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> Cc: Paul Mackerras <paulus@samba.org>
> Cc: Michael Ellerman <mpe@ellerman.id.au>
> Cc: linuxppc-dev@lists.ozlabs.org
> Signed-off-by: Jason Baron <jbaron@akamai.com>

I didn't test it, but assuming you did:

Acked-by: Michael Ellerman <mpe@ellerman.id.au>

cheers

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web