[RFC PATCH tip] x86/platform/uv/BAU: uv_bau_crash_shutdown() can be static

From: kbuild test robot
Date: Mon Aug 20 2018 - 14:15:17 EST



Fixes: 99f396587875 ("x86/platform/uv/BAU: Gracefully disable BAU during panic")
Signed-off-by: kbuild test robot <fengguang.wu@xxxxxxxxx>
---
tlb_uv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/platform/uv/tlb_uv.c b/arch/x86/platform/uv/tlb_uv.c
index 4c1e119..bce4d14 100644
--- a/arch/x86/platform/uv/tlb_uv.c
+++ b/arch/x86/platform/uv/tlb_uv.c
@@ -2206,7 +2206,7 @@ static const struct bau_operations uv4_bau_ops __initconst = {
* Bring BAU to quiesence by abandoning current broadcasts and freeing up
* resources needed by firmware-initiated BAU broadcasts.
*/
-void uv_bau_crash_shutdown(struct pt_regs *regs)
+static void uv_bau_crash_shutdown(struct pt_regs *regs)
{
int pnode = 0;
int uvhub = 0;