aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/asm-const.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/asm-const.h')
-rw-r--r--arch/powerpc/include/asm/asm-const.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/powerpc/include/asm/asm-const.h b/arch/powerpc/include/asm/asm-const.h
index 0ce2368bd20f..bfb3c3534877 100644
--- a/arch/powerpc/include/asm/asm-const.h
+++ b/arch/powerpc/include/asm/asm-const.h
@@ -12,16 +12,4 @@
# define ASM_CONST(x) __ASM_CONST(x)
#endif
-/*
- * Inline assembly memory constraint
- *
- * GCC 4.9 doesn't properly handle pre update memory constraint "m<>"
- *
- */
-#if defined(GCC_VERSION) && GCC_VERSION < 50000
-#define UPD_CONSTR ""
-#else
-#define UPD_CONSTR "<>"
-#endif
-
#endif /* _ASM_POWERPC_ASM_CONST_H */