sparc64: Fix stack dumping and tracing when function graph is enabled.
authorDavid S. Miller <davem@davemloft.net>
Wed, 21 Apr 2010 10:08:11 +0000 (03:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Apr 2010 10:08:11 +0000 (03:08 -0700)
Like x86, when the function graph tracer is enabled, emit the ftrace
stub as well as the program counter it will be transformed back into.

We duplicate a lot of similar stack walking logic in 3 or 4 spots, so
eventually we should consolidate things like x86 does.

Thanks to Frederic Weisbecker for pointing this out.

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

No differences found