Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754408Ab0ATUCc (ORCPT ); Wed, 20 Jan 2010 15:02:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754391Ab0ATUCb (ORCPT ); Wed, 20 Jan 2010 15:02:31 -0500 Received: from hera.kernel.org ([140.211.167.34]:49445 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754338Ab0ATUC3 (ORCPT ); Wed, 20 Jan 2010 15:02:29 -0500 Message-ID: <4B5760BA.4060903@kernel.org> Date: Wed, 20 Jan 2010 11:59:54 -0800 From: Yinghai Lu User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091130 SUSE/3.0.0-1.1.1 Thunderbird/3.0 MIME-Version: 1.0 To: Christoph Lameter CC: Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , Andrew Morton , Jesse Barnes , linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org Subject: Re: [PATCH 01/37] x86: move range related operation to one file References: <1263611228-6751-1-git-send-email-yinghai@kernel.org> <1263611228-6751-2-git-send-email-yinghai@kernel.org> <4B575B68.4030809@kernel.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 784 Lines: 24 On 01/20/2010 11:51 AM, Christoph Lameter wrote: > On Wed, 20 Jan 2010, Yinghai Lu wrote: > >>> Subtract range can now do what update_range did? How so? >> >> update_range was introduced at first. and actually it did sth like subtract range. >> >> and subtract range is more accurate. > > Subtract range suggest that you may be removing the range. > > subtract_from_range? void subtract_range(struct range *range, int az, u64 start, u64 end) struct range *range, int az : is the original range holder. and will remove [start, end) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/