]> git.ipfire.org Git - thirdparty/linux.git/commit
cxl: Rename region_res_match_cxl_range() to spa_maps_hpa()
authorDave Jiang <dave.jiang@intel.com>
Thu, 6 Nov 2025 17:01:07 +0000 (10:01 -0700)
committerDave Jiang <dave.jiang@intel.com>
Wed, 12 Nov 2025 22:04:10 +0000 (15:04 -0700)
commitc43521b9db7f5ed481cfdfb04ad2e7fe0cb9dcf5
treedce0f97be8ce5830ff313795ec64913a7b6a822a
parent15e14267889bde30b7b82bc03432483222b4b42c
cxl: Rename region_res_match_cxl_range() to spa_maps_hpa()

The function name region_res_match_cxl_range() does not accurately
convey the operation of address comparison with cache size. Rename
to spa_maps_hpa() to provide a better function name.

Suggested-by: Dan Williams <dan.j.williams@intel.com>
Link: https://lore.kernel.org/linux-cxl/68eea19c7e67e_2f899100a8@dwillia2-mobl4.notmuch/
Reviewed-by: Jonathan Cameron <jonathan.cameron@huwei.com>
Reviewed-by: Gregory Price <gourry@gourry.net>
Link: https://patch.msgid.link/20251106170108.1468304-2-dave.jiang@intel.com
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
drivers/cxl/core/region.c