RE: [PATCH v2] x86/mce: Defer processing early errors until mcheck_late_init()

From: Luck, Tony
Date: Mon Aug 23 2021 - 17:41:58 EST


+ MCP_LOG_ONLY = BIT(3), /* log only */

That looks nice ... except for the name & comment here. They don't
really capture what this flag bit does.

Maybe

MCP_QUEUE_LOG = BIT(3), /* Just queue to genpool */

-Tony