From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: mmu: remove unused trace event Date: Mon, 7 Jan 2013 19:55:01 -0200 Message-ID: <20130107215501.GB1139@amt.cnet> References: <20121225123406.GE17584@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:35427 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754422Ab3AGVza (ORCPT ); Mon, 7 Jan 2013 16:55:30 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r07LtTcR011426 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 7 Jan 2013 16:55:29 -0500 Content-Disposition: inline In-Reply-To: <20121225123406.GE17584@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Dec 25, 2012 at 02:34:06PM +0200, Gleb Natapov wrote: > trace_kvm_mmu_delay_free_pages() is no longer used. > > Signed-off-by: Gleb Natapov > diff --git a/arch/x86/kvm/mmutrace.h b/arch/x86/kvm/mmutrace.h Applied, thanks.