summaryrefslogtreecommitdiffstats
path: root/drivers/cxl/core/acpi.c
blob: f13b4dae6ac579aba421b32dfd27aa4b320f697c (plain)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright(c) 2024 Intel Corporation. All rights reserved. */
#include <linux/acpi.h>
#include "cxl.h"
#include "core.h"

int cxl_acpi_get_extended_linear_cache_size(struct resource *backing_res,
					    int nid, resource_size_t *size)
{
	return hmat_get_extended_linear_cache_size(backing_res, nid, size);
}