commit | 6cba986298105a87a09d65baa2658fb5111459c6 | [log] [tgz] |
---|---|---|
author | Andreas Schwab <schwab@suse.de> | Fri Aug 10 23:42:59 2007 +0200 |
committer | Tony Luck <tony.luck@intel.com> | Mon Aug 13 10:21:04 2007 -0700 |
tree | 97bce01daebaff539a9e6a1d5d7d396418f6003d | |
parent | 71416bea5afa9e5a6c76c1509ab69c46c857a2bb [diff] |
[IA64] Use atomic64_read to read an atomic64_t. The routines ia64_atomic64_{add,sub} mistakenly use atomic_read() to grab the old value instead of using atomic64_read(). Signed-off-by: Andreas Schwab <schwab@suse.de> Signed-off-by: Tony Luck <tony.luck@intel.com>