x86: use smp_call_function_single() in arch/x86/kernel/cpu/mcheck/mce_amd_64.c
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 18 Mar 2009 00:10:25 +0000 (10:40 +1030)
committerIngo Molnar <mingo@elte.hu>
Wed, 18 Mar 2009 06:03:12 +0000 (07:03 +0100)
commita6b6a14e0c60561f2902b078bd28d0e61defad70
tree6f16edcaeb0c5dfc9f9cf768baac75124f7912c5
parent514ec49a5f5146a6c0ade1a688787acf13617868
x86: use smp_call_function_single() in arch/x86/kernel/cpu/mcheck/mce_amd_64.c

Attempting to rid us of the problematic work_on_cpu().  Just use
smp_call_function_single() here.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
LKML-Reference: <20090318042217.EF3F1DDF39@ozlabs.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/mcheck/mce_amd_64.c