Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4A59E1A9213 for ; Wed, 15 Jul 2020 17:25:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B393184D7D; Wed, 15 Jul 2020 17:25:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3743D84D60 for ; Wed, 15 Jul 2020 17:25:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id P0ZYWD94M6sb for ; Wed, 15 Jul 2020 17:25:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B053884D27 for ; Wed, 15 Jul 2020 17:25:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A9A7EFB28; Wed, 15 Jul 2020 17:25:08 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 15 Jul 2020 17:25:08 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/sys/arch To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20200715172508.A9A7EFB28@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Wed Jul 15 17:25:08 UTC 2020 Modified Files: src/sys/arch/x86/conf [netbsd-9]: files.x86 src/sys/arch/x86/include [netbsd-9]: apicvar.h cpu.h src/sys/arch/x86/x86 [netbsd-9]: cpu.c hyperv.c tsc.c src/sys/arch/xen/conf [netbsd-9]: files.xen Log Message: Pull up the following, requested by msaitoh in ticket #1015 sys/arch/x86/conf/files.x86 1.108 (via patch) sys/arch/x86/include/apicvar.h 1.7 (via patch) sys/arch/x86/include/cpu.h 1.121 (via patch) sys/arch/x86/x86/cpu.c 1.185 (via patch) sys/arch/x86/x86/hyperv.c 1.7 (via patch) sys/arch/x86/x86/tsc.c 1.41 (via patch) sys/arch/xen/conf/files.xen 1.181 (via patch) Get TSC frequency from CPUID 0x15 and/or x16 if it's available. This change fixes a problem that newer Intel processors' timer counts very slowly. To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.107.4.1 src/sys/arch/x86/conf/files.x86 cvs rdiff -u -r1.6 -r1.6.2.1 src/sys/arch/x86/include/apicvar.h cvs rdiff -u -r1.107 -r1.107.2.1 src/sys/arch/x86/include/cpu.h cvs rdiff -u -r1.171.2.1 -r1.171.2.2 src/sys/arch/x86/x86/cpu.c cvs rdiff -u -r1.4.4.1 -r1.4.4.2 src/sys/arch/x86/x86/hyperv.c cvs rdiff -u -r1.37.8.1 -r1.37.8.2 src/sys/arch/x86/x86/tsc.c cvs rdiff -u -r1.178 -r1.178.4.1 src/sys/arch/xen/conf/files.xen Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.