From 7440be2dcb73e541a8daba5199d426bdee99c684 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Sat, 23 May 2015 21:04:15 +0000 Subject: [PATCH] Update P_TOTAL_STOP commentary. --- sys/sys/proc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/proc.h b/sys/sys/proc.h index ece3cd95c2f..6b1a2f07621 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -660,7 +660,7 @@ struct proc { #define P_SINGLE_BOUNDARY 0x400000 /* Threads should suspend at user boundary. */ #define P_HWPMC 0x800000 /* Process is using HWPMCs */ #define P_JAILED 0x1000000 /* Process is in jail. */ -#define P_TOTAL_STOP 0x2000000 /* Stopped in proc_stop_total. */ +#define P_TOTAL_STOP 0x2000000 /* Stopped in stop_all_proc. */ #define P_INEXEC 0x4000000 /* Process is in execve(). */ #define P_STATCHILD 0x8000000 /* Child process stopped or exited. */ #define P_INMEM 0x10000000 /* Loaded into memory. */