Date: Wed, 4 Feb 2009 18:44:29 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/ia64/ia64 mca.c src/sys/ia64/include mca.h Message-ID: <200902041844.n14IiiVS079525@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-02-04 18:44:29 UTC FreeBSD src repository Modified files: sys/ia64/ia64 mca.c sys/ia64/include mca.h Log: SVN rev 188119 on 2009-02-04 18:44:29Z by jhb Tweak the ia64 machine check handling code to not register new sysctl nodes while holding a spin mutex. Instead, it now shoves the machine check records onto a queue that is later drained to add sysctl nodes for each record. While a routine to drain the queue is present, it is not currently called. Reviewed by: marcel Revision Changes Path 1.13 +44 -26 src/sys/ia64/ia64/mca.c 1.7 +1 -0 src/sys/ia64/include/mca.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902041844.n14IiiVS079525>