Re: [PATCH 03/10] xen/hypercall: Make xen_remove_from_physmap the same on 64/32 builds.

2012-10-29 Thread Konrad Rzeszutek Wilk
On Wed, Oct 24, 2012 at 10:40:22AM +0100, Ian Campbell wrote: > On Tue, 2012-10-23 at 19:12 +0100, Konrad Rzeszutek Wilk wrote: > > By making the structure exactly the same size and with the same > > offsets on 64 and 32-bit builds we are future-proofing ourselves. > > > > Signed-off-by: Konrad Rz

Re: [PATCH 03/10] xen/hypercall: Make xen_remove_from_physmap the same on 64/32 builds.

2012-10-24 Thread Stefano Stabellini
On Wed, 24 Oct 2012, Ian Campbell wrote: > On Tue, 2012-10-23 at 19:12 +0100, Konrad Rzeszutek Wilk wrote: > > By making the structure exactly the same size and with the same > > offsets on 64 and 32-bit builds we are future-proofing ourselves. > > > > Signed-off-by: Konrad Rzeszutek Wilk > > ---

Re: [PATCH 03/10] xen/hypercall: Make xen_remove_from_physmap the same on 64/32 builds.

2012-10-24 Thread Ian Campbell
On Tue, 2012-10-23 at 19:12 +0100, Konrad Rzeszutek Wilk wrote: > By making the structure exactly the same size and with the same > offsets on 64 and 32-bit builds we are future-proofing ourselves. > > Signed-off-by: Konrad Rzeszutek Wilk > --- > include/xen/interface/memory.h |7 ++- >

[PATCH 03/10] xen/hypercall: Make xen_remove_from_physmap the same on 64/32 builds.

2012-10-23 Thread Konrad Rzeszutek Wilk
By making the structure exactly the same size and with the same offsets on 64 and 32-bit builds we are future-proofing ourselves. Signed-off-by: Konrad Rzeszutek Wilk --- include/xen/interface/memory.h |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/include/xen/int