Date: Mon, 25 Oct 2010 15:28:03 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/include profile.h src/sys/i386/i386 elan-mmcr.c identcpu.c initcpu.c longrun.c src/sys/i386/include profile.h Message-ID: <201010251528.o9PFSYDt074138@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2010-10-25 15:28:03 UTC FreeBSD src repository Modified files: sys/amd64/include profile.h sys/i386/i386 elan-mmcr.c identcpu.c initcpu.c longrun.c sys/i386/include profile.h Log: SVN rev 214346 on 2010-10-25 15:28:03Z by jhb Use intr_disable() and intr_restore() instead of frobbing the flags register directly to disable interrupts. Reviewed by: bde (earlier version) MFC after: 2 weeks Revision Changes Path 1.49 +5 -5 src/sys/amd64/include/profile.h 1.37 +3 -4 src/sys/i386/i386/elan-mmcr.c 1.212 +3 -4 src/sys/i386/i386/identcpu.c 1.67 +34 -45 src/sys/i386/i386/initcpu.c 1.5 +9 -12 src/sys/i386/i386/longrun.c 1.44 +5 -5 src/sys/i386/include/profile.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010251528.o9PFSYDt074138>