diff options
author | Cliff Wickman <cpw@sgi.com> | 2010-06-02 17:22:02 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-06-08 15:13:45 -0400 |
commit | 712157aa703a01f58c7c17452096ab00b774d0a9 (patch) | |
tree | 959fe57db03ced19a7e913933a4d96f836fb8014 /arch/x86/include/asm/uv/uv_bau.h | |
parent | 50fb55acc5bbe5ee29d0a65262f4ec286b14d156 (diff) |
x86, UV: Shorten access to BAU statistics structure
Use a pointer from the per-cpu BAU control structure to the
per-cpu BAU statistics structure.
We nearly always know the first before needing the second.
Signed-off-by: Cliff Wickman <cpw@sgi.com>
Cc: gregkh@suse.de
LKML-Reference: <E1OJvNy-0004aB-2k@eag09.americas.sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/uv/uv_bau.h')
-rw-r--r-- | arch/x86/include/asm/uv/uv_bau.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/uv/uv_bau.h b/arch/x86/include/asm/uv/uv_bau.h index 9b3e750ef2d..6a42d42eb8f 100644 --- a/arch/x86/include/asm/uv/uv_bau.h +++ b/arch/x86/include/asm/uv/uv_bau.h | |||
@@ -332,6 +332,7 @@ struct bau_control { | |||
332 | struct bau_payload_queue_entry *bau_msg_head; | 332 | struct bau_payload_queue_entry *bau_msg_head; |
333 | struct bau_control *uvhub_master; | 333 | struct bau_control *uvhub_master; |
334 | struct bau_control *socket_master; | 334 | struct bau_control *socket_master; |
335 | struct ptc_stats *statp; | ||
335 | unsigned long timeout_interval; | 336 | unsigned long timeout_interval; |
336 | unsigned long set_bau_on_time; | 337 | unsigned long set_bau_on_time; |
337 | atomic_t active_descriptor_count; | 338 | atomic_t active_descriptor_count; |