Re: [PATCH 4/5] x86: Add config variables for SMP_MAX

From: Ingo Molnar
Date: Fri Jan 18 2008 - 15:46:43 EST



* travis@xxxxxxx <travis@xxxxxxx> wrote:

> +config THREAD_ORDER
> + int "Kernel stack size (in page order)"
> + range 1 3
> + depends on X86_64_SMP
> + default "3" if X86_SMP_MAX
> + default "1"
> + help
> + Increases kernel stack size.

nack on kernel stack bloat. We worked hard to get the kernel stack
footprint down to 4K on x86. (and it is 4K on most distros, despite
there still being a legacy 8K stack size) No way are we going to throw
away all that now ...

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