From 48630f16255980ccf36856cab0efc4a5ed0b1c7a Mon Sep 17 00:00:00 2001 From: whitehara Date: Sat, 9 Nov 2024 15:40:30 +0900 Subject: [PATCH] fix:add CONFIG_X86_64_VERSION for graysky patch --- 6.11/config-patch.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/6.11/config-patch.sh b/6.11/config-patch.sh index 19a9050..42c5712 100755 --- a/6.11/config-patch.sh +++ b/6.11/config-patch.sh @@ -62,12 +62,10 @@ cat << EOF >> $i # CONFIG_MALDERLAKE is not set # CONFIG_MNATIVE_INTEL is not set # CONFIG_MNATIVE_AMD is not set -# CONFIG_GENERIC_CPU2 is not set -# CONFIG_GENERIC_CPU3 is not set -# CONFIG_GENERIC_CPU4 is not set # CONFIG_MRAPTORLAKE is not set # CONFIG_MMETEORLAKE is not set # CONFIG_MEMERALDRAPIDS is not set +CONFIG_X86_64_VERSION=1 EOF done