From e3dcf4ac73d00713c2536bf87eb6e3d60e062521 Mon Sep 17 00:00:00 2001 From: Willow Cunningham Date: Thu, 19 Sep 2024 16:54:34 -0400 Subject: [PATCH] rapl: Added RAPL component support for Intel RaptorLake. --- src/components/rapl/linux-rapl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/rapl/linux-rapl.c b/src/components/rapl/linux-rapl.c index 8f60f6b1a..2f7c0340c 100644 --- a/src/components/rapl/linux-rapl.c +++ b/src/components/rapl/linux-rapl.c @@ -403,6 +403,7 @@ _rapl_init_component( int cidx ) /* Desktop / Laptops */ + case 183: /* RaptorLake */ case 42: /* SandyBridge */ case 58: /* IvyBridge */ package_avail=1;