Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
raphael: disable memory hotplug
Browse files Browse the repository at this point in the history
This option allowed userspace to take down ~1.2GB of RAM for
"energy saving" purposes, however I never saw it being brought
back up, plus a number of ZRAM related issues appeared.

No thx.

Signed-off-by: Yaroslav Furman <[email protected]>
  • Loading branch information
YaroST12 committed Jul 30, 2020
1 parent ea7f18d commit 71b625b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions arch/arm64/configs/raphael_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
CONFIG_HOTPLUG_SIZE_BITS=29
CONFIG_LOCALVERSION="-F1xy"
# CONFIG_FHANDLE is not set
CONFIG_NO_HZ=y
Expand Down Expand Up @@ -70,10 +69,6 @@ CONFIG_BIG_CPU_MASK=112
CONFIG_PRIME_CPU_MASK=128
CONFIG_PREEMPT=y
CONFIG_HZ_300=y
CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=y
CONFIG_MEMORY_HOTPLUG_MOVABLE_NODE=y
CONFIG_MEMORY_HOTREMOVE=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
CONFIG_CMA=y
CONFIG_ZSMALLOC=y
Expand Down Expand Up @@ -542,8 +537,6 @@ CONFIG_RPMSG_CHAR=y
CONFIG_RPMSG_QCOM_GLINK_SMEM=y
CONFIG_RPMSG_QCOM_GLINK_SPSS=y
CONFIG_RPMSG_QCOM_GLINK_SPI=y
CONFIG_QCOM_MEM_OFFLINE=y
CONFIG_OVERRIDE_MEMORY_LIMIT=y
CONFIG_QCOM_RUN_QUEUE_STATS=y
CONFIG_QCOM_LLCC=y
CONFIG_QCOM_SM8150_LLCC=y
Expand Down

0 comments on commit 71b625b

Please sign in to comment.