diff options
author | Jack Steiner <steiner@sgi.com> | 2009-04-02 19:59:05 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-02 22:05:05 -0400 |
commit | 438846043af39fef286f68b197d42bd75f49898e (patch) | |
tree | e73bd2e6cdbc2e2ca8a1daac2651f6efb5fc84fd /drivers/misc/sgi-gru/grutables.h | |
parent | fe5bb6b00c3a9374841d651e01694fe4190a677e (diff) |
sgi-gru: improvements to GRU debug messages & statistics
Improvements to GRU debug messages & statistics.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/sgi-gru/grutables.h b/drivers/misc/sgi-gru/grutables.h index db3fe08bf79e..cc0fc734405e 100644 --- a/drivers/misc/sgi-gru/grutables.h +++ b/drivers/misc/sgi-gru/grutables.h | |||
@@ -184,7 +184,9 @@ struct gru_stats_s { | |||
184 | atomic_long_t asid_wrap; | 184 | atomic_long_t asid_wrap; |
185 | atomic_long_t asid_reuse; | 185 | atomic_long_t asid_reuse; |
186 | atomic_long_t intr; | 186 | atomic_long_t intr; |
187 | atomic_long_t intr_mm_lock_failed; | ||
187 | atomic_long_t call_os; | 188 | atomic_long_t call_os; |
189 | atomic_long_t call_os_offnode_reference; | ||
188 | atomic_long_t call_os_check_for_bug; | 190 | atomic_long_t call_os_check_for_bug; |
189 | atomic_long_t call_os_wait_queue; | 191 | atomic_long_t call_os_wait_queue; |
190 | atomic_long_t user_flush_tlb; | 192 | atomic_long_t user_flush_tlb; |