sched: fix confusing PFA_NO_NEW_PRIVS constant
[pandora-kernel.git] / include / linux / sched.h
index 5c2c885..4557765 100644 (file)
@@ -1957,7 +1957,7 @@ static inline void memalloc_noio_restore(unsigned int flags)
 }
 
 /* Per-process atomic flags. */
-#define PFA_NO_NEW_PRIVS 0x00000001    /* May not gain new privileges. */
+#define PFA_NO_NEW_PRIVS 0     /* May not gain new privileges. */
 
 static inline bool task_no_new_privs(struct task_struct *p)
 {