RE: [PATCH 01/12] EDAC, MCE: Select extended error code mask
From: Luck, Tony
Date: Wed Nov 10 2010 - 14:12:40 EST
> F15h enlarges the extended error code of an MCE to a 5-bit field
> (MCi_STATUS[20:16]). Add a mask variable which default 0xf is overridden
> on F15h.
> +static u8 xec_mask = 0xf;
If the field is 5 bits, shouldn't this mask be 0x1f?
-Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/