commit | 3d431a742728e6b619ce57a030a92d228c13d1d2 | [log] [tgz] |
---|---|---|
author | Manfred Spraul <manfred@colorfullife.com> | Wed Aug 20 15:39:59 2008 +0200 |
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | Fri Sep 19 20:08:08 2008 +0200 |
tree | 10fe28291350b2b4ce9492856ab223d58a341b6d | |
parent | 73d4393d1df4ff3892b040396f101ede94e9e846 [diff] |
avr32: nmi_enter() without nmi_exit() While updating the rcu code, I noticed that do_nmi() for AVR32 is odd: There is an nmi_enter() call without an nmi_exit(). This can't be correct, it breaks rcu (at least the preempt version) and lockdep. [haavard.skinnemoen@atmel.com: fixed another case that returned directly] Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>