summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/asm.h
diff options
context:
space:
mode:
authorGreg Hackmann <ghackmann@google.com>2017-10-16 15:28:15 -0700
committerGreg Hackmann <ghackmann@google.com>2017-10-16 15:28:21 -0700
commit02049f8843cbca96b6bf0821c648071666af89a7 (patch)
treefa975cff0515664473f4ac427f69c2657fb7e1ed /arch/x86/include/asm/asm.h
parentec888d46d8993b2bf205ed375e538a3819c23659 (diff)
parent20ea95166e628343b388139f1b521c50f5fd0b44 (diff)
Merge branch 'android-4.4-llvm' into android-4.4
Change-Id: Ieb23e9018ae152706f1980fcd5cbd1dffb4d8be6 Signed-off-by: Greg Hackmann <ghackmann@google.com>
Diffstat (limited to 'arch/x86/include/asm/asm.h')
-rw-r--r--arch/x86/include/asm/asm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/asm.h b/arch/x86/include/asm/asm.h
index 189679aba703..1f16ec50abeb 100644
--- a/arch/x86/include/asm/asm.h
+++ b/arch/x86/include/asm/asm.h
@@ -32,6 +32,7 @@
#define _ASM_ADD __ASM_SIZE(add)
#define _ASM_SUB __ASM_SIZE(sub)
#define _ASM_XADD __ASM_SIZE(xadd)
+#define _ASM_MUL __ASM_SIZE(mul)
#define _ASM_AX __ASM_REG(ax)
#define _ASM_BX __ASM_REG(bx)