From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vijay Kilari Subject: Re: [PATCH v4 01/17] xen/arm: Add bitmap_find_next_zero_area helper function Date: Fri, 10 Jul 2015 14:58:38 +0530 Message-ID: References: <1436514172-3263-1-git-send-email-vijay.kilari@gmail.com> <1436514172-3263-2-git-send-email-vijay.kilari@gmail.com> <559FA610020000780008F49B@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <559FA610020000780008F49B@mail.emea.novell.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: Jan Beulich Cc: Keir Fraser , Ian Campbell , Stefano Stabellini , Prasun Kapoor , Tim Deegan , manish.jaggi@caviumnetworks.com, Ian Jackson , "xen-devel@lists.xen.org" , Julien Grall , Stefano Stabellini , Vijaya Kumar K List-Id: xen-devel@lists.xenproject.org On Fri, Jul 10, 2015 at 2:31 PM, Jan Beulich wrote: >>>> On 10.07.15 at 09:42, wrote: >> From: Vijaya Kumar K >> >> bitmap_find_next_zero_area helper function will be used >> by physical ITS driver. This is imported from linux > > version? Certainly not any 4.x, i.e. nothing reasonably recent. There is no recent changes to this file in linux. Below is the last commit that I have taken linux/log2.h: Fix rounddown_pow_of_two(1) (13c07b0286d340275f2d97adf085cecda37ede37) > > Jan >