aboutsummaryrefslogtreecommitdiffstats
path: root/mm/ksm.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/ksm.c')
-rw-r--r--mm/ksm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/ksm.c b/mm/ksm.c
index 0113f15ff43b..cf072c54df32 100644
--- a/mm/ksm.c
+++ b/mm/ksm.c
@@ -1263,7 +1263,7 @@ static void ksm_do_scan(unsigned int scan_npages)
1263 1263
1264static int ksm_scan_thread(void *nothing) 1264static int ksm_scan_thread(void *nothing)
1265{ 1265{
1266 set_user_nice(current, 0); 1266 set_user_nice(current, 5);
1267 1267
1268 while (!kthread_should_stop()) { 1268 while (!kthread_should_stop()) {
1269 if (ksm_run & KSM_RUN_MERGE) { 1269 if (ksm_run & KSM_RUN_MERGE) {