From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261990AbVFGVa4 (ORCPT ); Tue, 7 Jun 2005 17:30:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261992AbVFGVa4 (ORCPT ); Tue, 7 Jun 2005 17:30:56 -0400 Received: from mailout.stusta.mhn.de ([141.84.69.5]:47633 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S261990AbVFGVar (ORCPT ); Tue, 7 Jun 2005 17:30:47 -0400 Date: Tue, 7 Jun 2005 23:30:46 +0200 From: Adrian Bunk To: gerg@uclinux.org, davidm@snapgear.com, jeff@uclinux.org Cc: uclinux-dev@uclinux.org, linux-kernel@vger.kernel.org Subject: [2.6 patch] there is no CONFIG_4KSTACKS option on m68knommu Message-ID: <20050607213046.GC7962@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org There is no CONFIG_4KSTACKS option on m68knommu. Let's remove this dead code. Signed-off-by: Adrian Bunk --- linux-2.6.12-rc6-mm1-full/include/asm-m68knommu/thread_info.h.old 2005-06-07 23:27:33.000000000 +0200 +++ linux-2.6.12-rc6-mm1-full/include/asm-m68knommu/thread_info.h 2005-06-07 23:27:51.000000000 +0200 @@ -17,11 +17,7 @@ /* * Size of kernel stack for each process. This must be a power of 2... */ -#ifdef CONFIG_4KSTACKS -#define THREAD_SIZE_ORDER (0) -#else #define THREAD_SIZE_ORDER (1) -#endif /* * for asm files, THREAD_SIZE is now generated by asm-offsets.c