EDAC, {skx,i10nm}: Use CPU stepping macro to pass configurations
authorQiuxu Zhuo <qiuxu.zhuo@intel.com>
Sat, 9 May 2020 01:08:22 +0000 (09:08 +0800)
committerTony Luck <tony.luck@intel.com>
Mon, 15 Jun 2020 21:50:39 +0000 (14:50 -0700)
commit8807e15597492331992a0d749a90a291afa1ed7b
tree0c35dc0f12a730db2e328aefe4ab5d8d83e60354
parente9ff6636d3f97a764487999754c0bfee9d2c231e
EDAC, {skx,i10nm}: Use CPU stepping macro to pass configurations

Use the X86_MATCH_INTEL_FAM6_MODEL_STEPPINGS() macro to pass CPU
stepping specific configurations to {skx,i10nm}_init(), so can delete
the CPU stepping check from 10nm_init().

Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Link: https://lore.kernel.org/r/20200509010822.76331-1-qiuxu.zhuo@intel.com
drivers/edac/i10nm_base.c
drivers/edac/skx_base.c