Re: [Xen-devel] [PATCH V3 2/4] xen: Add generic implementation of binary search

2016-08-01 Thread Andrew Cooper
On 01/08/16 13:46, Jan Beulich wrote: On 20.07.16 at 16:00, wrote: >> This patch adds the generic implementation of binary search algorithm >> which is copied from Linux kernel v4.7-rc7. No functional changes. > The last sentence looks wrong in this context. > >> --- a/xen/common/Makefile >>

Re: [Xen-devel] [PATCH V3 2/4] xen: Add generic implementation of binary search

2016-08-01 Thread Jan Beulich
>>> On 20.07.16 at 16:00, wrote: > This patch adds the generic implementation of binary search algorithm > which is copied from Linux kernel v4.7-rc7. No functional changes. The last sentence looks wrong in this context. > --- a/xen/common/Makefile > +++ b/xen/common/Makefile > @@ -43,6 +43,7 @@