struct mca_config {
-       u64 dont_log_ce : 1,
-#define MCA_CFG_DONT_LOG_CE    0
-           __resv1     : 63;
+       u64     dont_log_ce     : 1,
+#define MCA_CFG_DONT_LOG_CE      0
+               mca_disabled    : 1,
+#define MCA_CFG_MCA_DISABLED     1
+           __resv1     : 62;
 };

If we do head in this direction - I don't think it is useful to change just one 
bit
on each commit. We should batch in larger groups.

-Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to