summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2009-09-10 10:04:07 -0400
committerFrank Ch. Eigler <fche@elastic.org>2009-09-10 10:04:07 -0400
commited4abdf95dfadf9f5c28c712e1b792556ba0674b (patch)
tree6c08640ed93ded713e8c62bf9a209d2fc27b2dfb
parent0942d927664700d5a92fd0018bc1c167d4e24d86 (diff)
downloadsystemtap-steved-ed4abdf95dfadf9f5c28c712e1b792556ba0674b.tar.gz
systemtap-steved-ed4abdf95dfadf9f5c28c712e1b792556ba0674b.tar.xz
systemtap-steved-ed4abdf95dfadf9f5c28c712e1b792556ba0674b.zip
build: support x86-64 without CONFIG_IA32_EMULATION
* runtime/syscall.h (x86_64 MMAP2_SYSCALL_NO): Define.
-rw-r--r--runtime/syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/syscall.h b/runtime/syscall.h
index 38b523e1..786965f4 100644
--- a/runtime/syscall.h
+++ b/runtime/syscall.h
@@ -52,6 +52,7 @@
: __MREMAP_SYSCALL_NO_X86_64)
# else
#define MMAP_SYSCALL_NO(tsk) __MMAP_SYSCALL_NO_X86_64
+#define MMAP2_SYSCALL_NO(tsk) __MMAP2_SYSCALL_NO_X86_64
#define MPROTECT_SYSCALL_NO(tsk) __MPROTECT_SYSCALL_NO_X86_64
#define MUNMAP_SYSCALL_NO(tsk) __MUNMAP_SYSCALL_NO_X86_64
#define MREMAP_SYSCALL_NO(tsk) __MREMAP_SYSCALL_NO_X86_64