aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/emulated_ops.h
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2013-10-28 22:07:59 -0500
committerScott Wood <scottwood@freescale.com>2013-10-28 22:08:55 -0500
commita3821b2af185b64e3382c45fbdaa2cbc91ce14b8 (patch)
tree0d3dac805b6700a1f4cd7500934de5e74f98bae9 /arch/powerpc/include/asm/emulated_ops.h
parentpowerpc/6xx: CONFIG_MCU_MPC8349EMITX cannot be a module (diff)
downloadlinux-dev-a3821b2af185b64e3382c45fbdaa2cbc91ce14b8.tar.xz
linux-dev-a3821b2af185b64e3382c45fbdaa2cbc91ce14b8.zip
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> ---
Diffstat (limited to 'arch/powerpc/include/asm/emulated_ops.h')
-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 5a8b82aa7241..4358e3002f35 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;