From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [PATCH] Fix almost infinite loop in APIC Date: Wed, 21 Jan 2009 17:03:08 +0100 Message-ID: <4977473C.8020304@suse.de> References: <1231432566-9864-1-git-send-email-agraf@suse.de> <200901211040.49733.sheng@linux.intel.com> <20090121042330.GA14894@amt.cnet> <200901211311.24352.sheng@linux.intel.com> <20090121150700.GA10018@amt.cnet> <497746D8.1010800@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Sheng Yang , kvm@vger.kernel.org, avi@redhat.com, Kevin Wolf To: Marcelo Tosatti Return-path: Received: from mail.suse.de ([195.135.220.2]:50553 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754216AbZAUQDL (ORCPT ); Wed, 21 Jan 2009 11:03:11 -0500 In-Reply-To: <497746D8.1010800@suse.de> Sender: kvm-owner@vger.kernel.org List-ID: Alexander Graf wrote: > Marcelo Tosatti wrote: > >> On Wed, Jan 21, 2009 at 01:11:23PM +0800, Sheng Yang wrote: >> >> >>> Use ktime_to_ns() macro is better. >>> >>> The remaining parts are fine with me. But please do more test. :) >>> >>> Thanks for work! >>> >>> >> Alexander, can you please confirm this works for you, thanks. >> >> > > I don't seem to have hrtimer_expires_remaining in my 2.6.27 kernel. > Actually, 2.6.27 hrtimer doesn't even know have the _expires struct member. > Scratch that, I'm trying to work around it. It has an "expires" struct member. Alex