From owner-cvs-src-old@FreeBSD.ORG Tue Jul 5 18:43:12 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C8D3106566C for ; Tue, 5 Jul 2011 18:43:12 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2BFA28FC1C for ; Tue, 5 Jul 2011 18:43:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p65IhCaY088962 for ; Tue, 5 Jul 2011 18:43:12 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p65IhCqt088961 for cvs-src-old@freebsd.org; Tue, 5 Jul 2011 18:43:12 GMT (envelope-from jkim@repoman.freebsd.org) Message-Id: <201107051843.p65IhCqt088961@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkim@repoman.freebsd.org using -f From: Jung-uk Kim Date: Tue, 5 Jul 2011 18:42:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include cpufunc.h src/sys/i386/include cpufunc.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 18:43:12 -0000 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