Date: Tue, 5 Jul 2011 18:42:10 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/include cpufunc.h src/sys/i386/include cpufunc.h Message-ID: <201107051843.p65IhCqt088961@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2011-07-05 18:42:10 UTC
FreeBSD src repository
Modified files:
sys/amd64/include cpufunc.h
sys/i386/include cpufunc.h
Log:
SVN rev 223796 on 2011-07-05 18:42:10Z by jkim
Correct cpu_monitor() and cpu_mwait() for amd64. These instructions take
%rcx as "extensions" in long mode. If any unused bit is set in %rcx, these
instructions cause general protection fault. Fix style nits and synchronize
i386 with amd64.
Revision Changes Path
1.161 +7 -5 src/sys/amd64/include/cpufunc.h
1.163 +7 -5 src/sys/i386/include/cpufunc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107051843.p65IhCqt088961>
