Hi, Can anybody please tell me what the following assembly code means: Tne function put_unused_fd() does FD_CLR() to clear the file descriptor allocated in case file pointer could not be got. Before returning -1 as file descriptor it goes to put_unused_fd() which calls FD_CLR() which is as follows; #define __FD_CLR(fd,fdsetp) \ __asm__ __volatile__("btrl %1,%0": \ "=m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd))) This is in asm/posixtypes.h. Please decipher this for me. 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/
- 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 struct... Alexander Viro
- function of getname() function SATHISH.J
- Re: function of getname() function Alexander Viro
- Re: function of getname() function Tigran Aivazian
- Reg:current a pointer to task_struct SATHISH.J
- Re: Reg:current a pointer to task_stru... SATHISH.J
- Re: Reg:current a pointer to task_stru... 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
- Re: using gdb to debug kernel Lars Marowsky-Bree