| 
									
										
										
										
											2008-10-22 22:26:29 -07:00
										 |  |  | #ifndef _ASM_X86_CURRENT_H
 | 
					
						
							|  |  |  | #define _ASM_X86_CURRENT_H
 | 
					
						
							| 
									
										
										
										
											2008-05-09 19:09:48 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | #include <linux/compiler.h>
 | 
					
						
							|  |  |  | #include <asm/percpu.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-19 00:38:58 +09:00
										 |  |  | #ifndef __ASSEMBLY__
 | 
					
						
							| 
									
										
										
										
											2008-05-09 19:09:48 -07:00
										 |  |  | struct task_struct; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | DECLARE_PER_CPU(struct task_struct *, current_task); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static __always_inline struct task_struct *get_current(void) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2012-05-11 15:35:27 +08:00
										 |  |  | 	return this_cpu_read_stable(current_task); | 
					
						
							| 
									
										
										
										
											2008-05-09 19:09:48 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-19 00:38:58 +09:00
										 |  |  | #define current get_current()
 | 
					
						
							| 
									
										
										
										
											2008-05-09 19:09:48 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif /* __ASSEMBLY__ */
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-10-22 22:26:29 -07:00
										 |  |  | #endif /* _ASM_X86_CURRENT_H */
 |