[PATCH] x86: bau_msg_head points to a_queue_first in uv_table_bases_finish()

From: Roel Kluin
Date: Fri Jan 15 2010 - 08:37:20 EST


bau_msg_head should point to bau_msg_head

Signed-off-by: Roel Kluin <roel.kluin@xxxxxxxxx>
---
Is this correct?

diff --git a/arch/x86/kernel/tlb_uv.c b/arch/x86/kernel/tlb_uv.c
index 364d015..3d66331 100644
--- a/arch/x86/kernel/tlb_uv.c
+++ b/arch/x86/kernel/tlb_uv.c
@@ -691,7 +691,7 @@ uv_table_bases_finish(int blade,
continue;

bcp = (struct bau_control *)&per_cpu(bau_control, cpu);
- bcp->bau_msg_head = bau_tablesp->va_queue_first;
+ bcp->bau_msg_head = bau_tablesp->bau_msg_head;
bcp->va_queue_first = bau_tablesp->va_queue_first;
bcp->va_queue_last = bau_tablesp->va_queue_last;
bcp->msg_statuses = bau_tablesp->msg_statuses;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/