[SPARC64]: Make debugging spinlocks usable again.
authorDavid S. Miller <davem@davemloft.net>
Mon, 29 Aug 2005 19:46:07 +0000 (12:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Aug 2005 19:46:07 +0000 (12:46 -0700)
When the spinlock routines were moved out of line into
kernel/spinlock.c this made it so that the debugging
spinlocks record lock acquisition program counts in the
kernel/spinlock.c functions not in their callers.
This makes the debugging info kind of useless.

So record the correct caller's program counter and
now this feature is useful once more.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found