diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-21 09:25:41 -0400 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-21 09:25:41 -0400 |
commit | 6e0c5c609ad02f49d7e3e5edc3d65db1e233d857 (patch) | |
tree | 62517b45689b743e9976721df89634267e165011 /include/linux/smp.h | |
parent | e40152ee1e1c7a63f4777791863215e3faa37a86 (diff) | |
parent | 960145eb829ae7a7b2d029e987f99a6be7a78d6b (diff) |
Merge branch 'master' into wip-2.6.34
Merge LitmusRT master and 2.6.34. This commit is just the plain merge
with conflicts resolved. It won't compile.
Conflicts solved:
Makefile
arch/x86/include/asm/hw_irq.h
arch/x86/include/asm/unistd_32.h
arch/x86/kernel/syscall_table_32.S
include/linux/hrtimer.h
kernel/sched.c
kernel/sched_fair.c
Diffstat (limited to 'include/linux/smp.h')
-rw-r--r-- | include/linux/smp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/smp.h b/include/linux/smp.h index cfa2d20e35f1..f86d40768e7f 100644 --- a/include/linux/smp.h +++ b/include/linux/smp.h | |||
@@ -80,6 +80,11 @@ int smp_call_function_any(const struct cpumask *mask, | |||
80 | void (*func)(void *info), void *info, int wait); | 80 | void (*func)(void *info), void *info, int wait); |
81 | 81 | ||
82 | /* | 82 | /* |
83 | * sends a 'pull timer' event to a remote CPU | ||
84 | */ | ||
85 | extern void smp_send_pull_timers(int cpu); | ||
86 | |||
87 | /* | ||
83 | * Generic and arch helpers | 88 | * Generic and arch helpers |
84 | */ | 89 | */ |
85 | #ifdef CONFIG_USE_GENERIC_SMP_HELPERS | 90 | #ifdef CONFIG_USE_GENERIC_SMP_HELPERS |