diff options
author | Ingo Molnar <mingo@kernel.org> | 2024-03-04 11:54:09 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2024-03-04 11:54:09 +0100 |
commit | 3c94ba5267e64a9212acd2f9e08d3f726d8e5aa0 (patch) | |
tree | a2325b7a66100a50653fbecc41316e28b902c06c /drivers/cxl/cxl.h | |
parent | 47403a4b49767f1d533e4dc5f5cf5cc957f22a5e (diff) | |
parent | 90d35da658da8cff0d4ecbb5113f5fac9d00eb72 (diff) | |
download | linux-stable-3c94ba5267e64a9212acd2f9e08d3f726d8e5aa0.tar.gz linux-stable-3c94ba5267e64a9212acd2f9e08d3f726d8e5aa0.tar.bz2 linux-stable-3c94ba5267e64a9212acd2f9e08d3f726d8e5aa0.zip |
Merge tag 'v6.8-rc7' into x86/cleanups, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'drivers/cxl/cxl.h')
-rw-r--r-- | drivers/cxl/cxl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cxl/cxl.h b/drivers/cxl/cxl.h index b6017c0c57b4..003feebab79b 100644 --- a/drivers/cxl/cxl.h +++ b/drivers/cxl/cxl.h @@ -880,6 +880,8 @@ void cxl_switch_parse_cdat(struct cxl_port *port); int cxl_endpoint_get_perf_coordinates(struct cxl_port *port, struct access_coordinate *coord); +void cxl_memdev_update_perf(struct cxl_memdev *cxlmd); + /* * Unit test builds overrides this to __weak, find the 'strong' version * of these symbols in tools/testing/cxl/. |