diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-29 08:46:59 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-29 08:47:05 -0400 |
commit | e7fd5d4b3d240f42c30a9e3d20a4689c4d3a795a (patch) | |
tree | 4ba588631dd8189a818a91c9e3976526071178b6 /include/linux/syscalls.h | |
parent | 1130b0296184bc21806225fd06d533515a99d2db (diff) | |
parent | 56a50adda49b2020156616c4eb15353e0f9ad7de (diff) |
Merge branch 'linus' into perfcounters/core
Merge reason: This brach was on -rc1, refresh it to almost-rc4 to pick up
the latest upstream fixes.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/syscalls.h')
-rw-r--r-- | include/linux/syscalls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index 471143bf2aae..677d159fe5f4 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h | |||
@@ -66,7 +66,7 @@ struct perf_counter_hw_event; | |||
66 | #include <asm/signal.h> | 66 | #include <asm/signal.h> |
67 | #include <linux/quota.h> | 67 | #include <linux/quota.h> |
68 | #include <linux/key.h> | 68 | #include <linux/key.h> |
69 | #include <linux/ftrace.h> | 69 | #include <trace/syscall.h> |
70 | 70 | ||
71 | #define __SC_DECL1(t1, a1) t1 a1 | 71 | #define __SC_DECL1(t1, a1) t1 a1 |
72 | #define __SC_DECL2(t2, a2, ...) t2 a2, __SC_DECL1(__VA_ARGS__) | 72 | #define __SC_DECL2(t2, a2, ...) t2 a2, __SC_DECL1(__VA_ARGS__) |
@@ -149,7 +149,7 @@ struct perf_counter_hw_event; | |||
149 | asm ("\t.globl " #alias "\n\t.set " #alias ", " #name "\n" \ | 149 | asm ("\t.globl " #alias "\n\t.set " #alias ", " #name "\n" \ |
150 | "\t.globl ." #alias "\n\t.set ." #alias ", ." #name) | 150 | "\t.globl ." #alias "\n\t.set ." #alias ", ." #name) |
151 | #else | 151 | #else |
152 | #ifdef CONFIG_ALPHA | 152 | #if defined(CONFIG_ALPHA) || defined(CONFIG_MIPS) |
153 | #define SYSCALL_ALIAS(alias, name) \ | 153 | #define SYSCALL_ALIAS(alias, name) \ |
154 | asm ( #alias " = " #name "\n\t.globl " #alias) | 154 | asm ( #alias " = " #name "\n\t.globl " #alias) |
155 | #else | 155 | #else |