aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
diff options
context:
space:
mode:
authorCliff Wickman <cpw@sgi.com>2010-06-02 17:22:02 -0400
committerIngo Molnar <mingo@elte.hu>2010-06-08 15:13:45 -0400
commit4faca1550838708d71f6eea14cdacb0876c3a5a4 (patch)
tree29e99a3673d2e7f54a986f4c0c763f779944a168 /arch/x86/kernel
parent712157aa703a01f58c7c17452096ab00b774d0a9 (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.c12
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
26struct 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) */
35static int timeout_base_ns[] = { 27static int timeout_base_ns[] = {
36 20, 28 20,
@@ -79,10 +71,6 @@ static DEFINE_PER_CPU(struct ptc_stats, ptcstats);
79static DEFINE_PER_CPU(struct bau_control, bau_control); 71static DEFINE_PER_CPU(struct bau_control, bau_control);
80static DEFINE_PER_CPU(cpumask_var_t, uv_flush_tlb_mask); 72static DEFINE_PER_CPU(cpumask_var_t, uv_flush_tlb_mask);
81 73
82struct 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.