diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-11-29 12:24:19 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-11-29 12:24:19 +0000 |
commit | 83368008eb99b7d2d9cb6f221de83c9af517b654 (patch) | |
tree | 0a2dbd431fbc167b1d69b949392ff3f47e6a82ef /sys/arch/sh | |
parent | e83961e1eb1bda3be0177245339cfd8037ed4c4a (diff) |
Kernel stack can be swapped. This means that stuff that's on the stack
should never be referenced outside the context of the process to which
this stack belongs unless we do the PHOLD/PRELE dance. Loads of code
doesn't follow the rules here. Instead of trying to track down all
offenders and fix this hairy situation, it makes much more sense
to not swap kernel stacks.
From art@, tested by many some time ago.
Diffstat (limited to 'sys/arch/sh')
0 files changed, 0 insertions, 0 deletions