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 | 4faca1550838708d71f6eea14cdacb0876c3a5a4 (patch) | |
tree | 29e99a3673d2e7f54a986f4c0c763f779944a168 /arch/x86/kernel | |
parent | 712157aa703a01f58c7c17452096ab00b774d0a9 (diff) |
x86, UV: BAU structure rearranging
Move some structure definitions from the C code to the BAU
header file, and change the organization of that header file a
little.
Signed-off-by: Cliff Wickman <cpw@sgi.com>
Cc: gregkh@suse.de
LKML-Reference: <E1OJvNy-0004aI-54@eag09.americas.sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/tlb_uv.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/x86/kernel/tlb_uv.c b/arch/x86/kernel/tlb_uv.c index 261b9653cde5..d75929039846 100644 --- a/arch/x86/kernel/tlb_uv.c +++ b/arch/x86/kernel/tlb_uv.c | |||
@@ -23,14 +23,6 @@ | |||
23 | #include <asm/irq_vectors.h> | 23 | #include <asm/irq_vectors.h> |
24 | #include <asm/timer.h> | 24 | #include <asm/timer.h> |
25 | 25 | ||
26 | struct msg_desc { | ||
27 | struct bau_payload_queue_entry *msg; | ||
28 | int msg_slot; | ||
29 | int sw_ack_slot; | ||
30 | struct bau_payload_queue_entry *va_queue_first; | ||
31 | struct bau_payload_queue_entry *va_queue_last; | ||
32 | }; | ||
33 | |||
34 | /* timeouts in nanoseconds (indexed by UVH_AGING_PRESCALE_SEL urgency7 30:28) */ | 26 | /* timeouts in nanoseconds (indexed by UVH_AGING_PRESCALE_SEL urgency7 30:28) */ |
35 | static int timeout_base_ns[] = { | 27 | static int timeout_base_ns[] = { |
36 | 20, | 28 | 20, |
@@ -79,10 +71,6 @@ static DEFINE_PER_CPU(struct ptc_stats, ptcstats); | |||
79 | static DEFINE_PER_CPU(struct bau_control, bau_control); | 71 | static DEFINE_PER_CPU(struct bau_control, bau_control); |
80 | static DEFINE_PER_CPU(cpumask_var_t, uv_flush_tlb_mask); | 72 | static DEFINE_PER_CPU(cpumask_var_t, uv_flush_tlb_mask); |
81 | 73 | ||
82 | struct reset_args { | ||
83 | int sender; | ||
84 | }; | ||
85 | |||
86 | /* | 74 | /* |
87 | * Determine the first node on a uvhub. 'Nodes' are used for kernel | 75 | * Determine the first node on a uvhub. 'Nodes' are used for kernel |
88 | * memory allocation. | 76 | * memory allocation. |