aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/platform/uv/tlb_uv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/platform/uv/tlb_uv.c b/arch/x86/platform/uv/tlb_uv.c
index 3968d67d366b..570b1b14375b 100644
--- a/arch/x86/platform/uv/tlb_uv.c
+++ b/arch/x86/platform/uv/tlb_uv.c
@@ -1384,6 +1384,10 @@ static int ptc_seq_show(struct seq_file *file, void *data)
1384 } 1384 }
1385 if (cpu < num_possible_cpus() && cpu_online(cpu)) { 1385 if (cpu < num_possible_cpus() && cpu_online(cpu)) {
1386 bcp = &per_cpu(bau_control, cpu); 1386 bcp = &per_cpu(bau_control, cpu);
1387 if (bcp->nobau) {
1388 seq_printf(file, "cpu %d bau disabled\n", cpu);
1389 return 0;
1390 }
1387 stat = bcp->statp; 1391 stat = bcp->statp;
1388 /* source side statistics */ 1392 /* source side statistics */
1389 seq_printf(file, 1393 seq_printf(file,