Re: [PATCH 21/25] x86/mcheck: Split threshold_cpu_callback into two callbacks

From: Sebastian Andrzej Siewior
Date: Mon Nov 07 2016 - 08:25:16 EST


On 2016-11-07 14:20:40 [+0100], Borislav Petkov wrote:
> Let's get rid of those pointers and pointer testing and export the
> create/remove functions directly.

This moves it 1:1 (well, more or less). Wouldn't you prefer doing it as
separate patch/change?

> How's that? It builds here.
CONFIG_X86_MCE_AMD is where the callback is implemented. Wouldn't that
be broken now?

Sebastian