x86-32: Align IRQ stacks properly
authorChristoph Hellwig <hch@lst.de>
Tue, 27 Jul 2010 12:13:13 +0000 (14:13 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 27 Jul 2010 17:06:54 +0000 (10:06 -0700)
commit25897374297906eeebef8864299406bdcb5859c3
tree955e0a43a44e0af76df86769ec708274a42ff1bd
parentdcfa726280116dd31adad37da940f542663567d0
x86-32: Align IRQ stacks properly

As suggested by Steven Rostedt we need to align the IRQ stacks to the
stack size, not just the page size to make them work for stack traces
and other things that depend on finding the stack slot itself with 8k
stacks.

Signed-off-by: Christoph Hellwig <hch@lst.de>
LKML-Reference: <20100727121313.GA19976@lst.de>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/irq_32.c