commit | 1dc41e58a553e612e3d0349bb60eef08f9462bde | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Nov 24 19:46:18 2006 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Dec 06 10:45:39 2006 +0900 |
tree | e45934bbe3367119861912458cf669a004565297 | |
parent | db9b99d461ddbbaa43c1e3581b1677b82c960948 [diff] |
sh: Fixup 4K irq stacks. There was a clobber issue with the register we were saving the stack in, so we switch to a register that we handle in the clobber list properly already. This also follows the x86 changes for allowing the softirq checks from hardirq context. Signed-off-by: Paul Mundt <lethal@linux-sh.org>