commit | 96014cc39bffe04429bcd143aa7bbde81f659ee4 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Tue Jun 22 14:05:43 2010 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Wed Aug 04 10:22:45 2010 +0200 |
tree | 4e665aa0455408f7a3fe7e925ca8597fe4ac8cc9 | |
parent | 5c0d72b1b35fd0dad7dd70a114df068eadcc1b16 [diff] |
microblaze: Move BIP setup to the end of ret_from_trap/ret_from_exc We don't need to protect by BIP whole ret_from_trap/ret_from_exc code. Only restoring from user/hw exception should be covered. If BIP is setup, IRQ can't occur. Signed-off-by: Michal Simek <monstr@monstr.eu>