public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] there is no CONFIG_4KSTACKS option on m68knommu
@ 2005-06-07 21:30 Adrian Bunk
  2005-06-08  1:18 ` Greg Ungerer
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2005-06-07 21:30 UTC (permalink / raw)
  To: gerg, davidm, jeff; +Cc: uclinux-dev, linux-kernel

There is no CONFIG_4KSTACKS option on m68knommu.

Let's remove this dead code.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-06-08  1:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-07 21:30 [2.6 patch] there is no CONFIG_4KSTACKS option on m68knommu Adrian Bunk
2005-06-08  1:18 ` Greg Ungerer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox