RE: [PATCH] ia64: Remove superfluous SMP function call

From: Luck, Tony
Date: Mon May 02 2016 - 16:29:09 EST


> Replace smp_call_function_single() with a direct call to
> ia64_mca_cmc_vector_adjust(). The function itselfs handles disable and
> enable interrupts, therefore the smp_call_function_single() calling
> convention is not preserved.

Applied. Thanks.

-Tony