Re: [Xen-devel] [PATCH 2/3] x86/mm: Use IS_ALIGNED() rather than open coding it

2016-10-20 Thread Andrew Cooper
On 20/10/16 17:37, George Dunlap wrote: > On 14/10/16 17:02, Andrew Cooper wrote: >> Drop repeated identical BUILD_BUG_ON()'s >> >> Signed-off-by: Andrew Cooper >> --- >> CC: Jan Beulich >> CC: George Dunlap >> --- >>

Re: [Xen-devel] [PATCH 2/3] x86/mm: Use IS_ALIGNED() rather than open coding it

2016-10-20 Thread George Dunlap
On 14/10/16 17:02, Andrew Cooper wrote: > Drop repeated identical BUILD_BUG_ON()'s > > Signed-off-by: Andrew Cooper > --- > CC: Jan Beulich > CC: George Dunlap > --- > xen/arch/x86/x86_64/mm.c | 12 +--- > 1

[Xen-devel] [PATCH 2/3] x86/mm: Use IS_ALIGNED() rather than open coding it

2016-10-14 Thread Andrew Cooper
Drop repeated identical BUILD_BUG_ON()'s Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: George Dunlap --- xen/arch/x86/x86_64/mm.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git