From eee6f80ebaffd57010ee7cfd74a7a517f770618a Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 15 Dec 2008 19:04:35 +1030 Subject: [PATCH] --- yaml --- r: 119879 b: refs/heads/master c: d2ff911882b6bc693d86ca9566daac70aacbb2b3 h: refs/heads/master i: 119877: 84949d9f388d19fd0f8cd12afa753afa5af5bb33 119875: 1f46b1a51f29eca5e4620618a7644829382b53f6 119871: 09ebd18013b0d1b3443ef35d8f9029c7ff40fa30 v: v3 --- [refs] | 2 +- trunk/include/linux/smp.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3f3ce84782dc..31df34970bc8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 307257cf475aac25db30b669987f13d90c934e3a +refs/heads/master: d2ff911882b6bc693d86ca9566daac70aacbb2b3 diff --git a/trunk/include/linux/smp.h b/trunk/include/linux/smp.h index 3f9a60043a97..6e7ba16ff454 100644 --- a/trunk/include/linux/smp.h +++ b/trunk/include/linux/smp.h @@ -146,6 +146,8 @@ static inline void smp_send_reschedule(int cpu) { } }) #define smp_call_function_mask(mask, func, info, wait) \ (up_smp_call_function(func, info)) +#define smp_call_function_many(mask, func, info, wait) \ + (up_smp_call_function(func, info)) static inline void init_call_single_data(void) { }