Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261162AbVETTED (ORCPT ); Fri, 20 May 2005 15:04:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261438AbVETTED (ORCPT ); Fri, 20 May 2005 15:04:03 -0400 Received: from e35.co.us.ibm.com ([32.97.110.133]:29945 "EHLO e35.co.us.ibm.com") by vger.kernel.org with ESMTP id S261162AbVETTEA (ORCPT ); Fri, 20 May 2005 15:04:00 -0400 Message-ID: <428E3497.3080406@us.ibm.com> Date: Fri, 20 May 2005 12:03:51 -0700 From: Matthew Dobson User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Christoph Lameter CC: "Martin J. Bligh" , Andrew Morton , linux-mm , Linux Kernel Mailing List Subject: Re: NUMA aware slab allocator V3 References: <714210000.1116266915@flay> <200505161410.43382.jbarnes@virtuousgeek.org> <740100000.1116278461@flay> <1116289613.26955.14.camel@localhost> <428A800D.8050902@us.ibm.com> <428B7B16.10204@us.ibm.com> <428BB05B.6090704@us.ibm.com> In-Reply-To: X-Enigmail-Version: 0.90.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 923 Lines: 20 Christoph, I'm getting the following errors building rc4-mm2 w/ GCC 2.95.4: mm/slab.c:281: field `entry' has incomplete typemm/slab.c: In function 'cache_alloc_refill': mm/slab.c:2497: warning: control reaches end of non-void function mm/slab.c: In function `kmem_cache_alloc': mm/slab.c:2567: warning: `objp' might be used uninitialized in this function mm/slab.c: In function `kmem_cache_alloc_node': mm/slab.c:2567: warning: `objp' might be used uninitialized in this function mm/slab.c: In function `__kmalloc': mm/slab.c:2567: warning: `objp' might be used uninitialized in this function make[1]: *** [mm/slab.o] Error 1 make[1]: *** Waiting for unfinished jobs.... -Matt - 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/