Received: by mail.netbsd.org (Postfix, from userid 605) id A548A14A155; Tue, 23 Aug 2011 16:19:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A3F7714A153 for ; Tue, 23 Aug 2011 16:19:13 +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 lzV+TJ5wzXhZ for ; Tue, 23 Aug 2011 16:19:13 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 1979B14A144 for ; Tue, 23 Aug 2011 16:19:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id F188C175DD; Tue, 23 Aug 2011 16:19:12 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 23 Aug 2011 16:19:12 +0000 From: "Cherry G. Mathew" Subject: CVS commit: [cherry-xenmp] src/sys/arch/xen/xen To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20110823161912.F188C175DD@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: "Cherry G. Mathew" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: cherry Date: Tue Aug 23 16:19:12 UTC 2011 Modified Files: src/sys/arch/xen/xen [cherry-xenmp]: clock.c Log Message: MP-fy clock. per-cpu hardclock(). Use the periodic timer, instead of the one-shot reload. idle_loop() does not block the domain anymore. Instead, it yields to the hypervisor(). We can thus remove the one-shot "wakeup" timer. To generate a diff of this commit: cvs rdiff -u -r1.54.6.2 -r1.54.6.3 src/sys/arch/xen/xen/clock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.