From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] xenpaging: remove obsolete XENMEM_paging_op_resume Date: Mon, 27 Feb 2012 21:11:00 +0100 Message-ID: <20120227201100.GA6158@aepfle.de> References: <3ace34b89ebe3bdd6afb.1330265105@probook.site> <20120227195432.GF98737@ocelot.phlegethon.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20120227195432.GF98737@ocelot.phlegethon.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Tim Deegan Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Mon, Feb 27, Tim Deegan wrote: > At 15:05 +0100 on 26 Feb (1330268705), Olaf Hering wrote: > > diff -r 6fb2fee7c183 -r 3ace34b89ebe xen/include/public/memory.h > > --- a/xen/include/public/memory.h > > +++ b/xen/include/public/memory.h > > @@ -322,7 +322,6 @@ typedef struct xen_pod_target xen_pod_ta > > #define XENMEM_paging_op_nominate 0 > > #define XENMEM_paging_op_evict 1 > > #define XENMEM_paging_op_prep 2 > > -#define XENMEM_paging_op_resume 3 > > Acked, except for this part - we should leave a gravestone here so > we don't reuse the number. Anyone using the old interface should get an > explicit ENOSYS error. There can be no old user. xen-4.1 did not have this interface and XENMEM_paging_* is just a 17 days old. Olaf