Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261652AbVAXVJa (ORCPT ); Mon, 24 Jan 2005 16:09:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261661AbVAXVID (ORCPT ); Mon, 24 Jan 2005 16:08:03 -0500 Received: from clock-tower.bc.nu ([81.2.110.250]:16280 "EHLO lxorguk.ukuu.org.uk") by vger.kernel.org with ESMTP id S261652AbVAXVFj (ORCPT ); Mon, 24 Jan 2005 16:05:39 -0500 Subject: Re: [PATCH 0/8] core-small: Introduce CONFIG_CORE_SMALL from -tiny From: Alan Cox To: Matt Mackall Cc: Andrew Morton , Linux Kernel Mailing List In-Reply-To: <20050123175204.GV12076@waste.org> References: <1.464233479@selenic.com> <20050123004042.09f7f8eb.akpm@osdl.org> <20050123175204.GV12076@waste.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1106596845.10239.91.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Mon, 24 Jan 2005 20:00:45 +0000 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 504 Lines: 17 On Sul, 2005-01-23 at 17:52, Matt Mackall wrote: > > Then you can lose all those ifdefs: > > > > #define MAX_PROBE_HASH (255 - CONFIG_CORE_SMALL * 254) /* dorky */ > > Ew. #define SIZE_HASH(small, large) CONFIG_CORE_SMALL ? (small):(large) Perhaps ? - 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/