Skip to content

Commit 2b298f8

Browse files
committed
deepin: config: v25: arch: set hz=1000
loongarch has already use hz=1000,set x86 and arm64. Link: deepin-community#628 Signed-off-by: Wentao Guan <guanwentao@uniontech.com> (cherry picked from commit 64978f6)
1 parent cd249f4 commit 2b298f8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/configs/deepin_arm64_desktop_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ CONFIG_SCHED_CLUSTER=y
100100
CONFIG_SCHED_SMT=y
101101
CONFIG_NR_CPUS=4096
102102
CONFIG_NUMA=y
103+
CONFIG_HZ_1000=y
103104
CONFIG_XEN=y
104105
CONFIG_COMPAT=y
105106
CONFIG_COMPAT_ALIGNMENT_FIXUPS=y

arch/x86/configs/deepin_x86_desktop_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ CONFIG_EFI=y
106106
CONFIG_EFI_STUB=y
107107
CONFIG_EFI_MIXED=y
108108
CONFIG_EFI_FAKE_MEMMAP=y
109+
CONFIG_HZ_1000=y
109110
CONFIG_LIVEPATCH=y
110111
CONFIG_HIBERNATION=y
111112
CONFIG_PM_WAKELOCKS=y

0 commit comments

Comments
 (0)