RE: [PATCH 1/2] x86/MCE: Extend size of the MCE Records pool
From: Luck, Tony
Date: Wed Feb 07 2024 - 19:03:12 EST
> +#define CPU_GEN_MEMSZ 256
What is this define?
Why isn't this "sizeof(struct mce)"?
Or 2* that if you are trying to reserve enough space for two records per CPU.
-Tony