From owner-freebsd-current@FreeBSD.ORG Wed Jul 6 21:11:17 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 409411065672; Wed, 6 Jul 2011 21:11:17 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id F13EE8FC12; Wed, 6 Jul 2011 21:11:16 +0000 (UTC) Received: by iyb11 with SMTP id 11so402300iyb.13 for ; Wed, 06 Jul 2011 14:11:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=4n2QmDmTLnhcqQb8xQ1+IgGhrOeaRkAZj/tHKmVHedM=; b=xLiBDTWnlYg2vkDA2BNI7UeoNRoWqVSkACPYagPkejckOtked8tpKAe0/EGfUAk0uG uiExEc+/Mw0LbeyZU5b4QfgKOARcCdwlIYY6bAtnmdjCw0h6zjLSS0Hq7Nmz3oK3G1vY g3uG4AhSyLPMmJmq2Wgw05GEYXd2/rBPfErdo= Received: by 10.231.139.169 with SMTP id e41mr54387ibu.3.1309986676469; Wed, 06 Jul 2011 14:11:16 -0700 (PDT) Received: from sidhe.local ([75.101.87.90]) by mx.google.com with ESMTPS id my4sm5067476ibb.3.2011.07.06.14.11.11 (version=SSLv3 cipher=OTHER); Wed, 06 Jul 2011 14:11:12 -0700 (PDT) Message-ID: <4E14CF6C.4060104@gmail.com> Date: Wed, 06 Jul 2011 14:11:08 -0700 From: Matt User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110624 Thunderbird/3.1.11 MIME-Version: 1.0 To: Jung-uk Kim , freebsd-current@freebsd.org References: <4E0B9E08.1090202@gmail.com> <4E0D4E37.3030105@gmail.com> <201107051352.29580.jkim@FreeBSD.org> <201107051448.47657.jkim@FreeBSD.org> In-Reply-To: <201107051448.47657.jkim@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Time keeping Issues with the low-resolution TSC timecounter X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 21:11:17 -0000 >> Hmm... GPF seems to be related to unclean %rcx. Can you please >> try the attached patch? Please note you have to rebuild kernel >> from scratch because this is a header file change. It may not fix >> "hang", though. Please let me know. > It is just committed at r223796. > > JK > This issue is resolved for me. Thanks Jung-uk! It's a far nicer fix than clobbering out TSC-low :). Matt