Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757306AbcCURLK (ORCPT ); Mon, 21 Mar 2016 13:11:10 -0400 Received: from relay1.sgi.com ([192.48.180.66]:56773 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757208AbcCURLI (ORCPT ); Mon, 21 Mar 2016 13:11:08 -0400 X-Greylist: delayed 414 seconds by postgrey-1.27 at vger.kernel.org; Mon, 21 Mar 2016 13:11:08 EDT From: Alex Thorlton To: linux-kernel@vger.kernel.org Cc: Alex Thorlton , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Jonathan Corbet , Hedi Berriche , linux-doc@vger.kernel.org, x86@kernel.org Subject: [PATCH 0/2] Re-work UV BAU enable/disable logic, add documentation Date: Mon, 21 Mar 2016 12:04:10 -0500 Message-Id: <1458579852-37580-1-git-send-email-athorlton@sgi.com> X-Mailer: git-send-email 1.8.5.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 496 Lines: 18 Hey everyone, This is a fairly simple change to disable the UV BAU by default (see commit message for reasoning) and to add some documentation to kernel-parameters.txt to explain the new parameter. Let me know what you think! Alex Thorlton (2): Disable UV BAU by default Add documentation for the bau parameter Documentation/kernel-parameters.txt | 8 ++++++++ arch/x86/platform/uv/tlb_uv.c | 19 ++++++++++++++----- 2 files changed, 22 insertions(+), 5 deletions(-) -- 1.8.5.6