File diff 85642093068c → 91e0d39c9812
BLD/build/HEADERS/CUR-92-vmkdrivers-asm-x64/vmkernel64/release/asm/current.h
Show inline comments
...
 
@@ -44,7 +44,9 @@ static inline struct task_struct *get_current(void)
 
 *  Pointer to current task of type task_struct  
 
 *                                           
 
 */                                          
 
/* _VMKLNX_CODECHECK_: current */
 
/* If the macro 'current' or its comments are changed please 
 
 * update the documentation for 'current' in vmkdrivers/src_92/doc/dummyDefs.doc
 
 */
 
#define current get_current()
 

	
 
#else