Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764579AbXESSZ0 (ORCPT ); Sat, 19 May 2007 14:25:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759595AbXESSZO (ORCPT ); Sat, 19 May 2007 14:25:14 -0400 Received: from netops-testserver-4-out.sgi.com ([192.48.171.29]:56030 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1763036AbXESSZM (ORCPT ); Sat, 19 May 2007 14:25:12 -0400 Date: Sat, 19 May 2007 11:25:12 -0700 (PDT) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: William Lee Irwin III cc: Nick Piggin , Linux Kernel Mailing List , Linux Memory Management List , linux-arch@vger.kernel.org Subject: Re: [rfc] increase struct page size?! In-Reply-To: <20070519181501.GC19966@holomorphy.com> Message-ID: References: <20070518040854.GA15654@wotan.suse.de> <20070519012530.GB15569@wotan.suse.de> <20070519181501.GC19966@holomorphy.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 844 Lines: 18 On Sat, 19 May 2007, William Lee Irwin III wrote: > However, there are numerous optimizations and features made possible > with flag bits, which might as could be made cheap by padding struct > page up to the next highest power of 2 bytes with space for flag bits. Well the last time I tried to get this by Andi we became a bit concerned when we realized that the memory map would grow by 14% in size. Given that 4k page size challenged platforms have a huge amount of page structs that growth is significant. I think it would be fine to do it for IA64 with 16k page size but not for x86_64. - 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/