Re: Question about spinlock in linux kernel

2007-06-06 Thread Erik Mouw
On Thu, Jun 07, 2007 at 12:40:58AM +0800, jidong xiao wrote: > I found there is such a kernel symbol ".text.lock.spinlock", > for example, > # cat /proc/kallsyms | grep spinlock > 8011e440 T bust_spinlocks > 802d00fc t .text.lock.spinlock > 8832ae20 d state_spinlock

Question about spinlock in linux kernel

2007-06-06 Thread jidong xiao
I found there is such a kernel symbol ".text.lock.spinlock", for example, # cat /proc/kallsyms | grep spinlock 8011e440 T bust_spinlocks 802d00fc t .text.lock.spinlock 8832ae20 d state_spinlock [nfs] but I can not find that who exported such a symbol?I am wondering

Question about spinlock in linux kernel

2007-06-06 Thread jidong xiao
I found there is such a kernel symbol .text.lock.spinlock, for example, # cat /proc/kallsyms | grep spinlock 8011e440 T bust_spinlocks 802d00fc t .text.lock.spinlock 8832ae20 d state_spinlock [nfs] but I can not find that who exported such a symbol?I am wondering

Re: Question about spinlock in linux kernel

2007-06-06 Thread Erik Mouw
On Thu, Jun 07, 2007 at 12:40:58AM +0800, jidong xiao wrote: I found there is such a kernel symbol .text.lock.spinlock, for example, # cat /proc/kallsyms | grep spinlock 8011e440 T bust_spinlocks 802d00fc t .text.lock.spinlock 8832ae20 d state_spinlock [nfs]