EDAC_MAX_LAYERS
unsigned int pos[EDAC_MAX_LAYERS];
if (WARN_ON(n_layers > EDAC_MAX_LAYERS || n_layers == 0))
int pos[EDAC_MAX_LAYERS] = { e->top_layer, e->mid_layer, e->low_layer };
int pos[EDAC_MAX_LAYERS] = { e->top_layer, e->mid_layer, e->low_layer };
int pos[EDAC_MAX_LAYERS] = { top_layer, mid_layer, low_layer };
unsigned int location[EDAC_MAX_LAYERS];
int pos[EDAC_MAX_LAYERS];
u8 fake_inject_layer[EDAC_MAX_LAYERS];