public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
* Replace i386/x86_64 nmi_callback RCU code with atomic notifier chain
@ 2006-05-18  6:17 Keith Owens
  2006-05-18 10:15 ` Andi Kleen
  0 siblings, 1 reply; 4+ messages in thread
From: Keith Owens @ 2006-05-18  6:17 UTC (permalink / raw)
  To: linux-arch
  Cc: Paul Mackerras, Alan Stern, Hariprasad Nellitheertha,
	Zwane Mwaikambo

i386 and x86_64 have low level RCU code to handle dynamic registration
and unregistration of the NMI callback function.  With the rewrite of
the general notifier chains, we can remove the low level RCU hacking
from these NMI handlers and replace them with an atomic notifier chain,
making the code much simpler.  set_nmi_callback() gets replaced by yet
another notify chain.  The only affected code outside the main NMI
handler is crash and oprofile.  Any objections?


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-05-18 12:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-18  6:17 Replace i386/x86_64 nmi_callback RCU code with atomic notifier chain Keith Owens
2006-05-18 10:15 ` Andi Kleen
2006-05-18 12:10   ` Keith Owens
2006-05-18 12:23     ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox