]> git.karo-electronics.de Git - mv-sheeva.git/commit
mce, amd: Implement mce_threshold_block_init() helper function
authorRobert Richter <robert.richter@amd.com>
Mon, 25 Oct 2010 14:03:35 +0000 (16:03 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 25 Oct 2010 16:59:42 +0000 (18:59 +0200)
commit9c37c9d89773ee9da9f6af28ee37d931bd045711
tree945f68cfacbb5872de575ab280e9a3fb9cbddc1f
parent229aebb873e29726b91e076161649cf45154b0bf
mce, amd: Implement mce_threshold_block_init() helper function

This patch adds a helper function for the initial setup of an
mce threshold block. The LVT offset is passed as argument. Also
making variable threshold_defaults local as it is only used in
function mce_amd_feature_init(). Function
threshold_restart_bank() is extended to setup the LVT offset,
the change is backward compatible. Thus, now there is only a
single wrmsrl() to setup the block.

Signed-off-by: Robert Richter <robert.richter@amd.com>
Acked-by: Borislav Petkov <borislav.petkov@amd.com>
LKML-Reference: <1288015419-29543-2-git-send-email-robert.richter@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/mcheck/mce_amd.c