From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Lalancette Subject: vgettimeofday disabled? Date: Wed, 03 Sep 2008 17:48:15 +0200 Message-ID: <48BEB1BF.9080105@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Hello, Based on a comment from a customer, I looked briefly at the vgettimeofday implementation in Xen. I noticed that vgettimeofday is disabled in the 64-bit linux-2.6.18-xen.hg tree, basically by setting sysctl_vsyscall = 0 in vsyscall_init(). Is there some known problem with enabling this? In a quick test, I turned it on, and went from 2m14s in my micro benchmark to 30s for the benchmark, but I'm not sure if there will be any ill effects from the same. Thanks, Chris Lalancette