netlib.narod.ru< Назад | Оглавление | Далее >

include/asm-i386/current.h

10272 #ifndef _I386_CURRENT_H
10273 #define _I386_CURRENT_H
10274 
10275 struct task_struct;
10276 
10277 static inline struct task_struct * get_current(void)
10278 {
10279   struct task_struct *current;
10280   __asm__("andl %%esp,%0; ":"=r" (current) :
10281           "0" (~8191UL));
10282   return current;
10283  }
10284 
10285 #define current get_current()
10286 
10287 #endif /* !(_I386_CURRENT_H) */

netlib.narod.ru< Назад | Оглавление | Далее >

Сайт управляется системой uCoz