* [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
* Re: [2.6 patch] there is no CONFIG_4KSTACKS option on m68knommu
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
0 siblings, 0 replies; 2+ messages in thread
From: Greg Ungerer @ 2005-06-08 1:18 UTC (permalink / raw)
To: Adrian Bunk; +Cc: gerg, davidm, jeff, uclinux-dev, linux-kernel
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@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
>
>
--
------------------------------------------------------------------------
Greg Ungerer -- Chief Software Dude EMAIL: gerg@snapgear.com
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
^ 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