From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: A clocksource question Date: Wed, 10 Mar 2010 17:06:39 -0800 Message-ID: <4B98421F.7040102@goop.org> References: <4B962748.90609@invisiblethingslab.com> <4B96DB69.10101@goop.org 4B981997.4030605@invisiblethingslab.com> <56cc3abf-21f6-4178-b00e-0331538080d9@default> <4FA716B1526C7C4DB0375C6DADBC4EA3554D53F1B0@LONPMAILBOX01.citrite.net> <4B983EC9.2030105@invisiblethingslab.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4B983EC9.2030105@invisiblethingslab.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Joanna Rutkowska Cc: Ian Pratt , "xen-devel@lists.xensource.com" , Dan Magenheimer List-Id: xen-devel@lists.xenproject.org On 03/10/2010 04:52 PM, Joanna Rutkowska wrote: > BTW, how does the clocksource=jiffies work on a pvops kernel in Dom0? > Not very well. clocksource=jiffies just sets up timer interrupts at approx 100ms intervals and assumes that's 100ms. You get very low res timers and timekeeping. J