commit | 7160a67305f08d52284b333f1403abbf8b0a1970 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@snapgear.com> | Wed Jul 25 22:07:20 2007 +1000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Jul 25 11:05:01 2007 -0700 |
tree | fdde56856b37c2f775ed757bb13ecbb9bece81ea | |
parent | 063586a6b1e877eb10621d191aeb67e361383d77 [diff] |
m68knommu: simplify ColdFire resume code It is useless to preserve THREAD_SR in `resume'. The real user's sr is actually in the stack. We also don't need to disable interrupts : we'll never be in an invalid state, the sp switch is atomic. Signed-off-by: Philippe De Muyter <phdm@macqel.be> Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>