From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] Remove sh_{un}map_domain_page() and hap_{un}map_domain_page() Date: Thu, 2 Jul 2015 14:13:25 +0100 Message-ID: <559538F5.80607@citrix.com> References: <1435840982-14486-1-git-send-email-Ben.Catterall@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZAeJ1-000800-99 for xen-devel@lists.xenproject.org; Thu, 02 Jul 2015 13:13:31 +0000 In-Reply-To: <1435840982-14486-1-git-send-email-Ben.Catterall@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ben Catterall , xen-devel@lists.xenproject.org Cc: tim@xen.org, keir@xen.org, jbeulich@suse.com List-Id: xen-devel@lists.xenproject.org On 02/07/15 13:43, Ben Catterall wrote: > Removed as they were wrappers around map_domain_page() to > make it appear to take an mfn_t type. > > Signed-off-by: Ben Catterall Reviewed-by: Andrew Cooper In the future, a patch like this should either state it is dependent on another series, or in this case, probably be a 4/4 on the existing series. ~Andrew