Re: [2.6 patch] there is no CONFIG_4KSTACKS option on m68knommu

From: Greg Ungerer
Date: Tue Jun 07 2005 - 20:20:31 EST


Hi Adrian,

Adrian Bunk wrote:
There is no CONFIG_4KSTACKS option on m68knommu.

Let's remove this dead code.

I have a patch to allow configuring this. Linus hasn't merged it
yet. I wasn't going to push it again until after 2.6.12.

Regards
Greg




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



--
------------------------------------------------------------------------
Greg Ungerer -- Chief Software Dude EMAIL: gerg@xxxxxxxxxxxx
SnapGear -- a CyberGuard Company PHONE: +61 7 3435 2888
825 Stanley St, FAX: +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com
-
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/