thermal: intel_pch_thermal: fix build for ACPI not enabled
[linux-2.6-microblaze.git] / mm / oom_kill.c
index e90f25d..8b84661 100644 (file)
@@ -64,6 +64,8 @@ int sysctl_oom_dump_tasks = 1;
  * and mark_oom_victim
  */
 DEFINE_MUTEX(oom_lock);
+/* Serializes oom_score_adj and oom_score_adj_min updates */
+DEFINE_MUTEX(oom_adj_mutex);
 
 static inline bool is_memcg_oom(struct oom_control *oc)
 {