summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2013-10-29 03:07:59 (GMT)
committerScott Wood <scottwood@freescale.com>2014-04-07 23:59:47 (GMT)
commit0d01199bd0a614f06c761ad288c853517d5a3f72 (patch)
tree687df1e34fc7e2e226225ba4444931538f397e9f /arch/powerpc/include
parente1aec18554de5b0c3107c89b5a179fec8f7cc3fe (diff)
downloadlinux-fsl-qoriq-0d01199bd0a614f06c761ad288c853517d5a3f72.tar.xz
powerpc: Fix PPC_EMULATED_STATS build break with sync patch
Commit 9863c28a2af90a56c088f5f6288d7f6d2c923c14 ("powerpc: Emulate sync instruction variants") introduced a build breakage with CONFIG_PPC_EMULATED_STATS enabled. Signed-off-by: Scott Wood <scottwood@freescale.com> Cc: Kumar Gala <galak@kernel.org> Cc: James Yang <James.Yang@freescale.com> --- (cherry picked from commit a3821b2af185b64e3382c45fbdaa2cbc91ce14b8)
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r--arch/powerpc/include/asm/emulated_ops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/emulated_ops.h b/arch/powerpc/include/asm/emulated_ops.h
index 5a8b82a..4358e30 100644
--- a/arch/powerpc/include/asm/emulated_ops.h
+++ b/arch/powerpc/include/asm/emulated_ops.h
@@ -43,6 +43,7 @@ extern struct ppc_emulated {
struct ppc_emulated_entry popcntb;
struct ppc_emulated_entry spe;
struct ppc_emulated_entry string;
+ struct ppc_emulated_entry sync;
struct ppc_emulated_entry unaligned;
#ifdef CONFIG_MATH_EMULATION
struct ppc_emulated_entry math;