|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] 3/3: MCA/MCE correctable error handling
>+ if (mc_global->mc_flags & MC_FLAG_UNCORRECTABLE)
>+ printk(KERN_EMERG);
>+ else
>+ printk(KERN_INFO);
KERN_INFO seems gross understatement here - generally, correctable MCs are
considered indicators that within not too distant future uncorrectable MCs might
result, so this generally is a call for action (and hence shouldn't be hidden
with
default log level settings).
Also, I'm not sure adjusting the polling frequency makes much sense - 30s seems
an awful lot of time to me.
Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|