From owner-freebsd-current@freebsd.org Sun Jan 15 05:03:33 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C0F0CB059A for ; Sun, 15 Jan 2017 05:03:33 +0000 (UTC) (envelope-from julian@elischer.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 414941A09; Sun, 15 Jan 2017 05:03:33 +0000 (UTC) (envelope-from julian@elischer.org) Received: from Julian-MBP3.local (ppp121-45-252-76.lns20.per4.internode.on.net [121.45.252.76]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id v0F53R8V018850 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sat, 14 Jan 2017 21:03:30 -0800 (PST) (envelope-from julian@elischer.org) Subject: Re: TSC as timecounter makes system lag [-> jhb] To: Jia-Shiun Li , freebsd-current , John Baldwin References: From: Julian Elischer Message-ID: Date: Sun, 15 Jan 2017 13:03:21 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 15 Jan 2017 06:00:21 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 15 Jan 2017 05:03:33 -0000 On 15/01/2017 10:11 AM, Jia-Shiun Li wrote: > On Fri, Jan 13, 2017 at 8:26 AM, Jia-Shiun Li wrote: > >> Hi all, >> >> since 2 or 3 weeks ago, I noticed that my old Penryn-based Intel Pentium >> T4200 notebook lagged a lot. System time was running a lot slower, >> sometimes even looked like it freezed. Keystroke repeat rate was slow too. >> >> Since system time is slow, I tried to change timecounter from default TSC >> to HPET. And it resumed normal immediately. >> >> > Did a binary search. Turns out it was caused by r310177 "Enable > EARLY_AP_STARTUP on amd64 and i386 kernels by default." r310175 does not > have this issue. Removing this option from kernel config also solves it. making sure jhb notices this. > -Jia-Shiun. > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"