mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-debug/rr: add warning for missing CONFIG_X86_MSR
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
b871b11231
commit
7d06a276d4
@ -59,6 +59,12 @@ PATCHES=(
|
||||
pkg_setup() {
|
||||
if use kernel_linux; then
|
||||
CONFIG_CHECK="SECCOMP"
|
||||
|
||||
if use amd64 ; then
|
||||
CONFIG_CHECK+=" ~X86_MSR"
|
||||
WARNING_X86_MSR="X86_MSR is needed for rr-zen_workaround.py (AMD Zen CPUs)"
|
||||
fi
|
||||
|
||||
linux-info_pkg_setup
|
||||
fi
|
||||
python-single-r1_pkg_setup
|
||||
|
||||
@ -59,6 +59,12 @@ PATCHES=(
|
||||
pkg_setup() {
|
||||
if use kernel_linux; then
|
||||
CONFIG_CHECK="SECCOMP"
|
||||
|
||||
if use amd64 ; then
|
||||
CONFIG_CHECK+=" ~X86_MSR"
|
||||
WARNING_X86_MSR="X86_MSR is needed for rr-zen_workaround.py (AMD Zen CPUs)"
|
||||
fi
|
||||
|
||||
linux-info_pkg_setup
|
||||
fi
|
||||
python-single-r1_pkg_setup
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user