These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / include / linux / context_tracking_state.h
index 6b7b96a..ee956c5 100644 (file)
@@ -12,7 +12,9 @@ struct context_tracking {
         * may be further optimized using static keys.
         */
        bool active;
+       int recursion;
        enum ctx_state {
+               CONTEXT_DISABLED = -1,  /* returned by ct_state() if unknown */
                CONTEXT_KERNEL = 0,
                CONTEXT_USER,
                CONTEXT_GUEST,