oprofile, x86: Using struct stack_frame for 64bit processes dump
authorJiri Olsa <jolsa@redhat.com>
Wed, 29 Sep 2010 14:46:46 +0000 (10:46 -0400)
committerRobert Richter <robert.richter@amd.com>
Fri, 1 Oct 2010 14:07:09 +0000 (16:07 +0200)
commit40c6b3cb64cd1d02322df5f729cca25084580f40
treedc34b9d321810f1a6931a453005afdfbea37f0e8
parentef70fcc0cd5d98f5e2df82c9e598b47f351d4f66
oprofile, x86: Using struct stack_frame for 64bit processes dump

Removing unnecessary struct frame_head and replacing it with
struct stack_frame.

The struct stack_frame is already defined and used in other places
in kernel, so there's no reason to define new structure.

Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Robert Richter <robert.richter@amd.com>
arch/x86/oprofile/backtrace.c