]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86/platform/uv/BAU: Fix congested_response_us not taking effect
authorJustin Ernst <justin.ernst@hpe.com>
Thu, 13 Jul 2017 18:33:23 +0000 (13:33 -0500)
committerIngo Molnar <mingo@kernel.org>
Sun, 16 Jul 2017 09:05:04 +0000 (11:05 +0200)
commitdfc1ed1caef09e6be147f9e8d72631e788ffefd9
tree57b966a7eea13f961251bf642928262fec4f32c8
parent5f8a16156aa1b2d0223eaee9dacdfb9bc096f610
x86/platform/uv/BAU: Fix congested_response_us not taking effect

Bug fix for the BAU tunable congested_cycles not being set to the user
defined value. Instead of referencing a global variable when deciding
on BAU shutdown, a node will reference its own tunable set
value ( cong_response_us). This results in the user set
tunable value congested_response_us taking effect correctly.

Signed-off-by: Justin Ernst <justin.ernst@hpe.com>
Acked-by: Andrew Banman <abanman@hpe.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: mike.travis@hpe.com
Cc: sivanich@hpe.com
Link: http://lkml.kernel.org/r/1499970803-282432-1-git-send-email-justin.ernst@hpe.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/platform/uv/tlb_uv.c