diff options
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 4 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/x86_64.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index 75f1d90f1..29bdb93e4 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -6,10 +6,6 @@ # some are enabled for unknown now reasons. config: - # 32-on-64 support (compat). - - IA32_EMULATION: [x86_64] - - X86_X32: [x86_64] - - SYSVIPC - POSIX_MQUEUE - NO_HZ diff --git a/dashboard/config/linux/bits/x86_64.yml b/dashboard/config/linux/bits/x86_64.yml index 679a9aecb..5af7651db 100644 --- a/dashboard/config/linux/bits/x86_64.yml +++ b/dashboard/config/linux/bits/x86_64.yml @@ -44,6 +44,10 @@ config: - MCORE2 - BASE_FULL + # 32-on-64 support (compat). + - IA32_EMULATION + - X86_X32: [-baseline] + # Moved from legacy config, reason for enabling is unknown. - KALLSYMS_ABSOLUTE_PERCPU - X86_MSR |
