lkml.org 
[lkml]   [2011]   [Dec]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRE: [PATCH 2/2] x86, MCE: Drain mcelog buffer
void mce_register_decode_chain(struct notifier_block *nb)
{
atomic_notifier_chain_register(&x86_mce_decoder_chain, nb);
+ drain_mcelog_buffer();
}

Won't this dump all the pended stuff to the *first* guy to
register - but subsequent interested parties will still
miss out?

If so, then we might care who gets here first.

-Tony


\
 
 \ /
  Last update: 2011-12-09 19:23    [W:0.059 / U:0.320 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site