From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: Linux questions Date: Tue, 4 Dec 2007 13:23:01 +0100 Message-ID: <20071204122301.GC10287@one.firstfloor.org> References: <20071204114405.GB10287@one.firstfloor.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: Andi Kleen , xen-devel@lists.xensource.com, Jan Beulich , Samuel Thibault List-Id: xen-devel@lists.xenproject.org > Our monotonic_clock() implementation does not reference xtime nor its > seqlock. If it did, you would be correct. Well it applies to other state too. There certainly is a seqlock equivalent. If you can guarantee the interrupt changing that is always on the same CPU that would be safe, otherwise not. -Andi