git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b636f13
)
powerpc: Unconditionally enabled irq stacks
author
Christoph Hellwig
<hch@lst.de>
Wed, 2 Jun 2010 22:24:26 +0000
(22:24 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Tue, 15 Jun 2010 05:02:37 +0000
(15:02 +1000)
Irq stacks provide an essential protection from stack overflows through
external interrupts, at the cost of two additionals stacks per CPU.
Enable them unconditionally to simplify the kernel build and prevent
people from accidentally disabling them.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found