diff options
author | Jack Steiner <steiner@sgi.com> | 2009-12-15 19:48:18 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-16 10:20:17 -0500 |
commit | 2ce4d4c937ce4c14704f02ae60e2e07e3906c68a (patch) | |
tree | bf6b6f32910e8550bd30dd338172a46e35d6d81e /drivers/misc/sgi-gru/grutables.h | |
parent | 74ccd09526a0254c362adcc6c862354d724aa803 (diff) |
gru: fix GRU interrupt race at deallocate
Fix a race where an interrupt could be received for a GRU context that has
been deallocated.
Signed-off-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc/sgi-gru/grutables.h')
-rw-r--r-- | drivers/misc/sgi-gru/grutables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/sgi-gru/grutables.h b/drivers/misc/sgi-gru/grutables.h index adaf691d59f5..54c3bb171eef 100644 --- a/drivers/misc/sgi-gru/grutables.h +++ b/drivers/misc/sgi-gru/grutables.h | |||
@@ -192,6 +192,7 @@ struct gru_stats_s { | |||
192 | atomic_long_t intr; | 192 | atomic_long_t intr; |
193 | atomic_long_t intr_cbr; | 193 | atomic_long_t intr_cbr; |
194 | atomic_long_t intr_tfh; | 194 | atomic_long_t intr_tfh; |
195 | atomic_long_t intr_spurious; | ||
195 | atomic_long_t intr_mm_lock_failed; | 196 | atomic_long_t intr_mm_lock_failed; |
196 | atomic_long_t call_os; | 197 | atomic_long_t call_os; |
197 | atomic_long_t call_os_wait_queue; | 198 | atomic_long_t call_os_wait_queue; |