From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by ug-out-1314.google.com with SMTP id s2so1221469uge for ; Tue, 28 Nov 2006 00:00:35 -0800 (PST) Message-ID: <84144f020611280000w26d74321i2804b3d04b87762@mail.gmail.com> Date: Tue, 28 Nov 2006 10:00:35 +0200 From: "Pekka Enberg" Subject: Re: [RFC] Extract kmalloc.h and slob.h from slab.h In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Sender: owner-linux-mm@kvack.org Return-Path: To: Christoph Lameter Cc: akpm@osdl.org, linux-mm@kvack.org, mpm@selenic.com, Manfred Spraul List-ID: On 11/28/06, Christoph Lameter wrote: > @@ -0,0 +1,221 @@ > +#ifndef _LINUX_KMALLOC_H > +#define _LINUX_KMALLOC_H > + > +#include > +#include /* kmalloc_sizes.h needs PAGE_SIZE */ > +#include /* kmalloc_sizes.h needs L1_CACHE_BYTES */ > + > +#ifdef __KERNEL__ This is an in-kernel header so why do we need the above #ifdef clause? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org