Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753201Ab0HSM6c (ORCPT ); Thu, 19 Aug 2010 08:58:32 -0400 Received: from one.firstfloor.org ([213.235.205.2]:34038 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753173Ab0HSM6a (ORCPT ); Thu, 19 Aug 2010 08:58:30 -0400 Date: Thu, 19 Aug 2010 14:58:28 +0200 From: Andi Kleen To: Matthew Wilcox Cc: Andi Kleen , Namhyung Kim , Arnd Bergmann , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC][PATCH] introduce ptr_diff() Message-ID: <20100819125828.GA6729@basil.fritz.box> References: <1282217856-8625-1-git-send-email-namhyung@gmail.com> <87aaoiu6z6.fsf@basil.nowhere.org> <20100819124017.GI12892@parisc-linux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100819124017.GI12892@parisc-linux.org> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1083 Lines: 23 On Thu, Aug 19, 2010 at 06:40:17AM -0600, Matthew Wilcox wrote: > On Thu, Aug 19, 2010 at 02:23:09PM +0200, Andi Kleen wrote: > > IMHO it would be better to simply disable the warning in sparse instead > > of uglying the code just to work around sparse bogosity. It doesnt' seem > > to make much sense. A subtraction followed by a shift is not expensive. > > What makes you think it's a shift? struct page isn't necessarily a > power of two in size. The original poster said "allyesconfig" which is > going to add in KMEMCHECK and WANT_PAGE_DEBUG_FLAGS. I think that makes > it 76 bytes on x86-32, so sparse is right to warn. These can be still implemented cheaply. Small constants generally are The only thing that would be really expensive is division by unknown number. -Andi -- ak@linux.intel.com -- Speaking for myself only. -- 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/