kernel: add p_session for level 2 job control
authorAlan Cox <alan@linux.intel.com>
Sun, 27 Dec 2015 14:04:14 +0000 (14:04 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 27 Dec 2015 14:04:14 +0000 (14:04 +0000)
Kernel/include/kernel.h

index 11b352e..b5799dc 100644 (file)
@@ -399,6 +399,9 @@ typedef struct p_tab {
     uaddr_t    p_profsize;
     uaddr_t    p_profoff;
 #endif    
+#ifdef CONFIG_LEVEL_2
+    uint16_t   p_session;
+#endif
 } p_tab, *ptptr;
 
 typedef struct u_data {