aboutsummaryrefslogtreecommitdiffstats
path: root/tools/arch/x86/include/asm/required-features.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2020-10-19 13:24:52 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2020-11-03 08:36:25 -0300
commit8b2fc25a945b125c7ee4c36b048ad65f7c04105e (patch)
treee41cd31faf9d4a66e09006acbed64e6d266c10b6 /tools/arch/x86/include/asm/required-features.h
parenttools x86 headers: Update cpufeatures.h headers copies (diff)
downloadlinux-dev-8b2fc25a945b125c7ee4c36b048ad65f7c04105e.tar.xz
linux-dev-8b2fc25a945b125c7ee4c36b048ad65f7c04105e.zip
tools x86 headers: Update required-features.h header from the kernel
To pick the changes from: ecac71816a1829c0 ("x86/paravirt: Use CONFIG_PARAVIRT_XXL instead of CONFIG_PARAVIRT") That don entail any changes in tooling, just addressing these perf tools build warning: Warning: Kernel ABI header at 'tools/arch/x86/include/asm/required-features.h' differs from latest version at 'arch/x86/include/asm/required-features.h' diff -u tools/arch/x86/include/asm/required-features.h arch/x86/include/asm/required-features.h Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Juergen Gross <jgross@suse.com> Cc: Namhyung Kim <namhyung@kernel.org> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to '')
-rw-r--r--tools/arch/x86/include/asm/required-features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/arch/x86/include/asm/required-features.h b/tools/arch/x86/include/asm/required-features.h
index 6847d85400a8..3ff0d48469f2 100644
--- a/tools/arch/x86/include/asm/required-features.h
+++ b/tools/arch/x86/include/asm/required-features.h
@@ -54,7 +54,7 @@
#endif
#ifdef CONFIG_X86_64
-#ifdef CONFIG_PARAVIRT
+#ifdef CONFIG_PARAVIRT_XXL
/* Paravirtualized systems may not have PSE or PGE available */
#define NEED_PSE 0
#define NEED_PGE 0