File diff 85642093068c → 91e0d39c9812
BLD/build/HEADERS/CUR-92-vmkdrivers-asm-x64/vmkernel64/release/asm/current.h
Show inline comments
...
 
@@ -41,13 +41,15 @@ static inline struct task_struct *get_current(void)
 
 *     #define current
 
 *                                           
 
 *  RETURN VALUE:                     
 
 *  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
 

	
 
#ifndef ASM_OFFSET_H
 
#include <asm/asm-offsets.h>