Skip to content

Commit

Permalink
Updated golden_defconfig with "noop" as default...
Browse files Browse the repository at this point in the history
... I/O Scheduler. Re-enabled the Hotplug governor
  • Loading branch information
lorenzozanotto committed Dec 27, 2013
1 parent fc7a23a commit 362ca48
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ CONFIG_IRQ_WORK=y
CONFIG_EXPERIMENTAL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION="-4.4-fancy_kernel-r44-ext"
CONFIG_LOCALVERSION="-TheNewGoldenKernel"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_LZO is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_DEFAULT_HOSTNAME="(jeeko)"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
Expand Down Expand Up @@ -181,11 +181,11 @@ CONFIG_IOSCHED_BFQ=y
CONFIG_IOSCHED_SIOPLUS=y
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_NOOP=y
# CONFIG_DEFAULT_ROW is not set
# CONFIG_DEFAULT_BFQ is not set
CONFIG_DEFAULT_SIOPLUS=y
CONFIG_DEFAULT_IOSCHED="sioplus"
# CONFIG_DEFAULT_SIOPLUS is not set
CONFIG_DEFAULT_IOSCHED="noop"
# CONFIG_INLINE_SPIN_TRYLOCK is not set
# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
# CONFIG_INLINE_SPIN_LOCK is not set
Expand Down Expand Up @@ -498,7 +498,7 @@ CONFIG_CPU_FREQ_STAT=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMANDPLUS is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_HOTPLUG is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_HOTPLUG=y
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
Expand Down

0 comments on commit 362ca48

Please sign in to comment.