#
# rtctl is a utility primarily for realtime kernels, that
# allows a user to specify kthread priorities and affinities
# based on a set of regular expressions defined in /etc/rtgroups
#

#
# CPUSPEED={on|off}
# the cpuspeed govenor allows a system to save power at the
# expense of determinism. Default this to off so rtctl checks
# for and disables cpuspeed whenever it runs
CPUSPEED=off

#
# IRQBALANCE={on|off}
# the irqbalance service attempts to spread the interrupt load
# across all available cpus. This usually conflicts with tunings
# made by adminstrators on realtime kernels, so default IRQBALANCE
# to off
IRQBALANCE=off
