[2.6 patch] there is no CONFIG_4KSTACKS option on m68knommu

From: Adrian Bunk
Date: Tue Jun 07 2005 - 16:34:04 EST


There is no CONFIG_4KSTACKS option on m68knommu.

Let's remove this dead code.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/