intel / numatop

NumaTOP is an observation tool for runtime memory locality characterization and analysis of processes and threads running on a NUMA system.
BSD 3-Clause "New" or "Revised" License
197 stars 47 forks source link

x86: Fix missing fields for EMR support #77

Closed ColinIanKing closed 3 months ago

ColinIanKing commented 3 months ago

There are two missing fields in the s_emr_config array causing build issues with modern versions of gcc. Fix this.

Fixes: d3fcffc6a9cc ("x86: Add initial support for EMR")