Re: [PATCH v1 25/29] cxl/amd: Enable Zen5 address translation using ACPI PRMT

From: Robert Richter
Date: Tue Jan 07 2025 - 11:33:15 EST


On 07.01.25 15:10:11, Robert Richter wrote:

> +#include <linux/prmt.h>

Note: linux/prmt.h is broken and causes a build error:

./include/linux/prmt.h:5:27: error: unknown type name ‘guid_t’
5 | int acpi_call_prm_handler(guid_t handler_guid, void *param_buffer);
| ^~~~~~

A fix for this is handled through linux-acpi:

https://patchwork.kernel.org/project/linux-acpi/patch/20250107161923.3387552-1-rrichter@xxxxxxx/

I guess it will have been applied already once those cxl patches go
in.

Anyway, I will add it to a v2 to make testing easier.

Thanks,

-Robert