From: Manfred Spraul Date: Wed, 20 Aug 2008 13:39:59 +0000 (+0200) Subject: avr32: nmi_enter() without nmi_exit() X-Git-Tag: v2.6.27-rc7~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d431a742728e6b619ce57a030a92d228c13d1d2;p=pandora-kernel.git 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 --- Reading git-diff-tree failed