Merge branch 'pci/arm64-acpi' into next
[deliverable/linux.git] / include / linux / sched.h
index 23e075dcdfe4efaaf3974c70cabc71344b3557a9..6e42ada26345d507ffdec856107382a9fb67656a 100644 (file)
@@ -2745,10 +2745,12 @@ static inline bool mmget_not_zero(struct mm_struct *mm)
 
 /* mmput gets rid of the mappings and all user-space */
 extern void mmput(struct mm_struct *);
-/* same as above but performs the slow path from the async kontext. Can
+#ifdef CONFIG_MMU
+/* same as above but performs the slow path from the async context. Can
  * be called from the atomic context as well
  */
 extern void mmput_async(struct mm_struct *);
+#endif
 
 /* Grab a reference to a task's mm, if it is not already going away */
 extern struct mm_struct *get_task_mm(struct task_struct *task);
This page took 0.025204 seconds and 5 git commands to generate.