]> xenbits.xensource.com Git - people/dariof/xen.git/commitdiff
xen: Disable ARINC653 scheduler by default for non-DEBUG builds
authorGeorge Dunlap <george.dunlap@citrix.com>
Thu, 8 Feb 2018 16:23:50 +0000 (16:23 +0000)
committerGeorge Dunlap <george.dunlap@citrix.com>
Thu, 8 Feb 2018 16:27:29 +0000 (16:27 +0000)
The ARINC653 scheduler is targeted at a very specific niche; typical
users cannot benefit from using it.  Disable it by default for
non-DEBUG builds.  (Enable it for DEBUG builds so that we catch any
build breakages sooner rather than later.)

Signed-off-by: George Dunlap <george.dunlap@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Dario Faggioli <dfaggioli@suse.com>
xen/common/Kconfig

index 0a405d0905ec59674be1fa49c5883c8f927f44cd..68abf7a5e5c4ffb0fd81b54e887749fc49abbda0 100644 (file)
@@ -186,7 +186,7 @@ config SCHED_RTDS
 
 config SCHED_ARINC653
        bool "ARINC653 scheduler support (EXPERIMENTAL)"
-       default y
+       default DEBUG
        ---help---
          The ARINC653 scheduler is a hard real-time scheduler for single
          cores, targeted for avionics, drones, and medical devices.