From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Baechle Subject: Re: [PATCH v2 02/23] MIPS: Export local_flush_icache_range for KVM Date: Fri, 30 May 2014 12:18:04 +0200 Message-ID: <20140530101804.GH17197@linux-mips.org> References: <1401355005-20370-1-git-send-email-james.hogan@imgtec.com> <1401355005-20370-3-git-send-email-james.hogan@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Paolo Bonzini , Andreas Herrmann , Gleb Natapov , kvm@vger.kernel.org, linux-mips@linux-mips.org, Sanjay Lal To: James Hogan Return-path: Received: from eddie.linux-mips.org ([78.24.191.182]:41555 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932374AbaE3KSQ (ORCPT ); Fri, 30 May 2014 06:18:16 -0400 Received: from localhost.localdomain ([127.0.0.1]:60396 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S6825887AbaE3KSPFIUXb (ORCPT ); Fri, 30 May 2014 12:18:15 +0200 Content-Disposition: inline In-Reply-To: <1401355005-20370-3-git-send-email-james.hogan@imgtec.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, May 29, 2014 at 10:16:24AM +0100, James Hogan wrote: > Export the local_flush_icache_range function pointer for GPL modules so > that it can be used by KVM for syncing the icache after binary > translation of trapping instructions. Acked-by: Ralf Baechle Ralf