[IA64] fix build warning in arch/ia64/oprofile/backtrace.c
authorTony Luck <tony.luck@intel.com>
Thu, 7 Apr 2011 18:05:56 +0000 (11:05 -0700)
committerTony Luck <tony.luck@intel.com>
Thu, 7 Apr 2011 18:05:56 +0000 (11:05 -0700)
arch/ia64/oprofile/backtrace.c:63: warning: comparison of distinct pointer types lacks a cast

Comparing a "u64 *" with an "unsigned long *". Make them match.

Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found