Skip to content

Commit

Permalink
configs: Enable slub memory allocator
Browse files Browse the repository at this point in the history
Signed-off-by: Santhosh <santhosh.user.why.red@gmail.com>
  • Loading branch information
user-why-red committed Jun 15, 2024
1 parent 625bab7 commit a0549d3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion arch/arm64/configs/vendor/lavender-perf_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ CONFIG_SECCOMP=y
# CONFIG_VM_EVENT_COUNTERS is not set
# CONFIG_SLUB_DEBUG is not set
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLUB_CPU_PARTIAL is not set
CONFIG_SLUB=y
CONFIG_SLUB_CPU_PARTIAL=y
CONFIG_ARCH_QCOM=y
CONFIG_ARCH_SDM660=y
CONFIG_PCI=y
Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/configs/vendor/tulip-perf_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ CONFIG_SECCOMP=y
# CONFIG_VM_EVENT_COUNTERS is not set
# CONFIG_SLUB_DEBUG is not set
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLUB_CPU_PARTIAL is not set
CONFIG_SLUB=y
CONFIG_SLUB_CPU_PARTIAL=y
CONFIG_ARCH_QCOM=y
CONFIG_ARCH_SDM660=y
CONFIG_PCI=y
Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/configs/vendor/wayne-old-perf_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ CONFIG_SECCOMP=y
# CONFIG_VM_EVENT_COUNTERS is not set
# CONFIG_SLUB_DEBUG is not set
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLUB_CPU_PARTIAL is not set
CONFIG_SLUB=y
CONFIG_SLUB_CPU_PARTIAL=y
CONFIG_ARCH_QCOM=y
CONFIG_ARCH_SDM660=y
CONFIG_PCI=y
Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/configs/vendor/wayne-oss-perf_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ CONFIG_SECCOMP=y
# CONFIG_VM_EVENT_COUNTERS is not set
# CONFIG_SLUB_DEBUG is not set
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLUB_CPU_PARTIAL is not set
CONFIG_SLUB=y
CONFIG_SLUB_CPU_PARTIAL=y
CONFIG_ARCH_QCOM=y
CONFIG_ARCH_SDM660=y
CONFIG_PCI=y
Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/configs/vendor/wayne-perf_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ CONFIG_SECCOMP=y
# CONFIG_VM_EVENT_COUNTERS is not set
# CONFIG_SLUB_DEBUG is not set
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLUB_CPU_PARTIAL is not set
CONFIG_SLUB=y
CONFIG_SLUB_CPU_PARTIAL=y
CONFIG_ARCH_QCOM=y
CONFIG_ARCH_SDM660=y
CONFIG_PCI=y
Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/configs/vendor/whyred-perf_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ CONFIG_SECCOMP=y
# CONFIG_VM_EVENT_COUNTERS is not set
# CONFIG_SLUB_DEBUG is not set
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLUB_CPU_PARTIAL is not set
CONFIG_SLUB=y
CONFIG_SLUB_CPU_PARTIAL=y
CONFIG_ARCH_QCOM=y
CONFIG_ARCH_SDM660=y
CONFIG_PCI=y
Expand Down

0 comments on commit a0549d3

Please sign in to comment.