]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
EDAC/skx_common: Prepare for skx_set_hi_lo()
authorQiuxu Zhuo <qiuxu.zhuo@intel.com>
Wed, 19 Nov 2025 20:11:40 +0000 (12:11 -0800)
committerTony Luck <tony.luck@intel.com>
Wed, 19 Nov 2025 20:11:40 +0000 (12:11 -0800)
commitd4839582bc7002095b013acb4a2dcaa1438c41aa
tree028a62adc64cc60f9926a1f1040e2a7cfad4b58b
parent9529e697739e2d4dc8c4129bbe91576f744f79f6
EDAC/skx_common: Prepare for skx_set_hi_lo()

The upcoming imh_edac driver for Intel Diamond Rapids servers cannot
use skx_get_hi_lo() in skx_common to retrieve the TOHM (Top of High
Memory) and TOLM (Top of Low Memory) parameters. Instead, it obtains
these parameters within its own EDAC driver. To accommodate this,
prepare skx_set_hi_lo() to allow the driver to notify skx_common of
these parameters.

Tested-by: Yi Lai <yi1.lai@intel.com>
Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Link: https://patch.msgid.link/20251119134132.2389472-4-qiuxu.zhuo@intel.com
drivers/edac/skx_common.c
drivers/edac/skx_common.h