diff options
Diffstat (limited to 'drivers/cxl')
-rw-r--r-- | drivers/cxl/core/region.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/cxl/core/region.c b/drivers/cxl/core/region.c index f8f3df798aa3..30353bf0c339 100644 --- a/drivers/cxl/core/region.c +++ b/drivers/cxl/core/region.c @@ -739,11 +739,14 @@ static int cxl_rr_ep_add(struct cxl_region_ref *cxl_rr, * in particular decoder target lists. * * The steps are: + * * - validate that there are no other regions with a higher HPA already * associated with @port * - establish a region reference if one is not already present + * * - additionally allocate a decoder instance that will host @cxlr on * @port + * * - pin the region reference by the endpoint * - account for how many entries in @port's target list are needed to * cover all of the added endpoints. |