Revision de7a1b0b8753e1b0000084f0e339ffab295d27ef authored by Jiansong Chen on 24 August 2020, 10:44:09 UTC, committed by Alex Deucher on 26 August 2020, 19:17:16 UTC
1. enable ENABLE_CGTS_LEGACY to fix specviewperf11 random hang.
2. remove obsolete RLC_CGTT_SCLK_OVERRIDE workaround.

Signed-off-by: Jiansong Chen <Jiansong.Chen@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
1 parent 9b51c4b
Raw File
msr-reg-export.c
// SPDX-License-Identifier: GPL-2.0
#include <linux/export.h>
#include <asm/msr.h>

EXPORT_SYMBOL(rdmsr_safe_regs);
EXPORT_SYMBOL(wrmsr_safe_regs);
back to top