]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - lib/is_single_threaded.c
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into...
[mirror_ubuntu-jammy-kernel.git] / lib / is_single_threaded.c
index 9745cfffcb6948972909302c06ce057b0d7a8b3d..9c7d89df40ed9b260b14d51713e55ae4d8d2950b 100644 (file)
@@ -10,6 +10,8 @@
  * 2 of the Licence, or (at your option) any later version.
  */
 #include <linux/sched/signal.h>
+#include <linux/sched/task.h>
+#include <linux/sched/mm.h>
 
 /*
  * Returns true if the task does not share ->mm with another thread/process.