commit | 885be03b069131d242506f0f717d38659b2bdb6c | [log] [tgz] |
---|---|---|
author | Robin Getz <robin.getz@analog.com> | Mon Oct 29 17:20:41 2007 +0800 |
committer | Bryan Wu <bryan.wu@analog.com> | Mon Oct 29 17:20:41 2007 +0800 |
tree | 52c1858645ee28b9d0bc7166744da3eef5bc6f1f | |
parent | 64307f7db3690140a16c6748e65068f8a279877c [diff] |
Blackfin arch: fix bug: kernel prints out error message twice This fixes two things: - stop calling write_lock_irq/write_unlock_irq which can turn modify irq levels - don't calling mmput when handing exceptions - since this might_sleep, which does a rti, and leaves us in kernel space (irq15, rather than irq5). Signed-off-by: Robin Getz <robin.getz@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>