Hi, Please help me with the following: I tried to go through get_current function which is in assembly. static inline struct task_struct * get_current(void) { struct task_struct *current; __asm__("andl %%esp,%0; ":"=r" (current) : "0" (~8191UL)); return current; } Please tell me what is done here. Does current refer to process onproc. Thanks in advance, Regards, sathish - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- RAM filesystem directory size SATHISH.J
- Reg file system hash function SATHISH.J
- Re: Reg file system hash function Russell King
- Reg:dentry->d_mounts value SATHISH.J
- Reg:magic number of the filesystem SATHISH.J
- Reg:use of file_system_type structure SATHISH.J
- Re: Reg:use of file_system_type stru... Alexander Viro
- function of getname() function SATHISH.J
- Re: function of getname() function Alexander Viro
- Re: function of getname() function Tigran Aivazian
- Reg putname() function SATHISH.J
- Reg putname() function SATHISH.J
- Re: Reg:current a pointer to task_st... george anzinger
- filldir() function SATHISH.J
- Re: filldir() function Jan Kara
- Reg Kernel Debugger kdb SATHISH.J
- Re: Reg Kernel Debugger kdb siva kumar
- Re: Reg Kernel Debugger kdb Keith Owens
- Reg Kernel Debugger kgdb SATHISH.J
- using gdb to debug kernel SATHISH.J
- Reg installing a patch on linux SATHISH.J