From 729e1f7d9cf1009c8dbd1aa3ce8e35335bdaca9a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 7 Mar 2021 14:40:14 +0100 Subject: dashboard/config/linux: move IA32/X32 configs to x86_64 It feels that they belong better to x86_64 rather than subsystems. These are x86-specific and we need compat in baseline config as well and it's enabled there today anyway. --- dashboard/config/linux/bits/subsystems.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dashboard/config/linux/bits/subsystems.yml') 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 -- cgit mrf-deployment