Corey Minyard cdc60a4c8e [PATCH] x86_64: fix die_lock nesting
I noticed this when poking around in this area.

The oops_begin() function in x86_64 would only conditionally claim
the die_lock if the call is nested, but oops_end() would always
release the spinlock. This patch adds a nest count for the die lock
so that the release of the lock is only done on the final oops_end().

Signed-off-by: Corey Minyard <minyard@acm.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-05-08 09:34:56 -07:00
..
2005-04-16 15:20:36 -07:00
2006-01-12 09:08:51 -08:00
2006-01-12 09:08:51 -08:00
2006-01-11 18:42:14 -08:00
2006-03-23 07:38:17 -08:00
2005-04-16 15:20:36 -07:00
2006-03-08 14:15:04 -08:00
2006-05-08 09:34:56 -07:00