From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: Question about hrtimer_restart apic_timer_fn in lapic.c Date: Fri, 19 Dec 2014 15:12:25 +0100 Message-ID: <54943249.3050300@redhat.com> References: <549319DD.1020908@gmail.com> <54940BF0.1020104@redhat.com> <5494304F.30802@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: nick , gleb@kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:46789 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752174AbaLSOMl (ORCPT ); Fri, 19 Dec 2014 09:12:41 -0500 In-Reply-To: <5494304F.30802@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On 19/12/2014 15:03, nick wrote: > Paolo, > If that is the case why don't I just move this function over if we don't need it in this file into x86.c. > This seems to be the easiest solution from my understanding. > Regards, Only that line would have to be moved to x86.c. You can send a patch for that. Paolo