diff options
author | Tony Luck <tony.luck@intel.com> | 2011-05-20 19:35:03 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2011-05-20 19:35:03 +0200 |
commit | 5e4de22bec1d78c009409200162da6a54631e9e4 (patch) | |
tree | 3954fe13eee1edb9aef80bb4dfc6fd486417bfdf /arch/ia64 | |
parent | Pull pstore into release branch (diff) | |
parent | [IA64] fix build warning in arch/ia64/oprofile/backtrace.c (diff) | |
download | linux-5e4de22bec1d78c009409200162da6a54631e9e4.tar.xz linux-5e4de22bec1d78c009409200162da6a54631e9e4.zip |
Pull misc-2.6.40 into release branch
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/oprofile/backtrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/oprofile/backtrace.c b/arch/ia64/oprofile/backtrace.c index 5cdd7e4a597c..f7b798993cea 100644 --- a/arch/ia64/oprofile/backtrace.c +++ b/arch/ia64/oprofile/backtrace.c @@ -29,7 +29,7 @@ typedef struct unsigned int depth; struct pt_regs *regs; struct unw_frame_info frame; - u64 *prev_pfs_loc; /* state for WAR for old spinlock ool code */ + unsigned long *prev_pfs_loc; /* state for WAR for old spinlock ool code */ } ia64_backtrace_t; /* Returns non-zero if the PC is in the Interrupt Vector Table */ |