]> Gentwo Git Trees - linux/.git/commit
cxl/acpi: Group xor arithmetric setup code in a single block
authorRobert Richter <rrichter@amd.com>
Fri, 14 Nov 2025 07:58:42 +0000 (08:58 +0100)
committerDave Jiang <dave.jiang@intel.com>
Fri, 14 Nov 2025 17:37:29 +0000 (10:37 -0700)
commitc42a4d2ee3b2c432ada9080e29343f4b27ad72bf
treea3ba2cf091a9c2aae343a8c72faad75d53384ea2
parent6123133ee90fc55a5437364d442dd5876648628d
cxl/acpi: Group xor arithmetric setup code in a single block

Simplify the xor arithmetric setup code by grouping it in a single
block. No need to split the block for QoS setup.

It is safe to reorder the call of cxl_setup_extended_linear_cache()
because there are no dependencies.

Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Signed-off-by: Robert Richter <rrichter@amd.com>
Tested-by: Gregory Price <gourry@gourry.net>
Link: https://patch.msgid.link/20251114075844.1315805-3-rrichter@amd.com
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
drivers/cxl/acpi.c