Re: [PATCH v2 1/5] cxl/hdm: Moving HDM specific code to core/hdm.c.

From: Dan Williams
Date: Thu Jul 11 2024 - 20:32:24 EST


Robert Richter wrote:
> Code to handle HDM specifics is implemented in core/pci.c and
> core/hdm.c. In both files helper functions will be needed for address
> translation. To simplify the introduction of static helper functions,
> move all HDM code to core/hdm.c.
>
> The function devm_cxl_enable_mem() is no longer static and is shared
> now within the core module. No functional changes otherwise.

Looks ok.

Reviewed-by: Dan Williams <dan.j.williams@xxxxxxxxx>