Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753592AbYJQDNV (ORCPT ); Thu, 16 Oct 2008 23:13:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752105AbYJQDNM (ORCPT ); Thu, 16 Oct 2008 23:13:12 -0400 Received: from sj-iport-6.cisco.com ([171.71.176.117]:38987 "EHLO sj-iport-6.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752074AbYJQDNL (ORCPT ); Thu, 16 Oct 2008 23:13:11 -0400 X-IronPort-AV: E=Sophos;i="4.33,428,1220227200"; d="scan'208";a="176963609" From: Roland Dreier To: benh@kernel.crashing.org Cc: Linus Torvalds , Geert.Uytterhoeven@sonycom.com, hpa@zytor.com, linux-kernel@vger.kernel.org, mingo@elte.hu, yhlu.kernel@gmail.com, David Miller , Andrew Morton Subject: Re: [PATCH] Fix broken debug output reserve_region_with_split() References: <48F409E9.3030501@zytor.com> <20081013.223811.174710738.davem@davemloft.net> <20081016.013850.85183428.davem@davemloft.net> <1224212533.7654.60.camel@pasglop> <1224212791.7654.63.camel@pasglop> X-Message-Flag: Warning: May contain useful information Date: Thu, 16 Oct 2008 20:13:09 -0700 In-Reply-To: <1224212791.7654.63.camel@pasglop> (Benjamin Herrenschmidt's message of "Fri, 17 Oct 2008 14:06:31 +1100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-OriginalArrivalTime: 17 Oct 2008 03:13:10.0012 (UTC) FILETIME=[4871BBC0:01C93006] Authentication-Results: sj-dkim-1; header.From=rdreier@cisco.com; dkim=pass ( sig from cisco.com/sjdkim1004 verified; ); Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1021 Lines: 24 > + * Right now we handle: > + * > + * - 'F' For symbolic Function descriptor pointers > + * - 'S' For Symbolic direct pointers), but this can easily be > + * extended in the future (network address types etc). > + * - 'R' For a struct resouce pointer, it prints the range of > + * addresses (not the name nor the flags) A little too much cut and paste -- the "easily be extended" bit at 'S' doesn't really make sense in the middle of the list. > + * Note: The difference between 'S' and 'F' is that on ia64 and ppc64 > + * function pointers are really function descriptors, which contain a > + * pointer the real address. you cut and pasted Linus's typo too -- "a pointer the real address" should probably be "a pointer *TO* the real address" - R. -- 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/