Skip to content

Commit

Permalink
Pull misc-2.6.40 into release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Luck committed May 20, 2011
2 parents 3935bb9 + ff00c2a commit 5e4de22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/oprofile/backtrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 5e4de22

Please sign in to comment.