SSB: Change fallback sprom to callback mechanism.
[firefly-linux-kernel-4.4.55.git] / include / linux / sched.h
index 18d63cea28481c478906f791e384b520ad1f483b..781abd13767302cce2ba08db01a211e3178de0d9 100644 (file)
@@ -1537,6 +1537,9 @@ struct task_struct {
                unsigned long memsw_nr_pages; /* uncharged mem+swap usage */
        } memcg_batch;
 #endif
+#ifdef CONFIG_HAVE_HW_BREAKPOINT
+       atomic_t ptrace_bp_refcnt;
+#endif
 };
 
 /* Future-safe accessor for struct task_struct's cpus_allowed. */