From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Catterall Subject: Re: [PATCH] Remove sh_{un}map_domain_page() and hap_{un}map_domain_page() Date: Thu, 2 Jul 2015 15:09:50 +0100 Message-ID: <5595462E.8040407@citrix.com> References: <1435840982-14486-1-git-send-email-Ben.Catterall@citrix.com> <559538F5.80607@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZAfBc-0003Ki-0c for xen-devel@lists.xenproject.org; Thu, 02 Jul 2015 14:09:56 +0000 In-Reply-To: <559538F5.80607@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: Andrew Cooper , 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 14:13, Andrew Cooper wrote: > 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 Ah ok, understood! Ben