Skip to content

Commit

Permalink
x86: remove export for smp_call_function_mask.
Browse files Browse the repository at this point in the history
with this removal, exports for both i386 and x86_64,
regarding the "smp_call_function" series are now the same.

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Glauber Costa authored and Ingo Molnar committed Apr 17, 2008
1 parent 68a1c3f commit 7930e53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/kernel/smp_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ int native_smp_call_function_mask(cpumask_t mask,
spin_unlock(&call_lock);
return ret;
}
EXPORT_SYMBOL(smp_call_function_mask);

/*
* smp_call_function_single - Run a function on a specific CPU
Expand Down

0 comments on commit 7930e53

Please sign in to comment.