x86: Remove CONFIG_4KSTACKS
authorChristoph Hellwig <hch@lst.de>
Mon, 28 Jun 2010 12:16:14 +0000 (14:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 29 Jun 2010 10:12:59 +0000 (12:12 +0200)
These days 4 kilobytes of stack just aren't enough for reliably operation,
and people using lots of threads have long switched to 64-bit kernels, so
remove the CONFIG_4KSTACKS option.

Signed-off-by: Christoph Hellwig <hch@lst.de>
LKML-Reference: <20100628121614.GB6605@lst.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found