commit | 82bae4f8c2fd64a2bb1e2e72c508853ed2b4a299 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Fri Mar 13 12:21:31 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Apr 06 09:29:34 2009 +0200 |
tree | 3558f8a9c6622bde42582292b8433ab3ea02b01d | |
parent | 60b3df9c1e24a18aabb412da9905208c5f04ebea [diff] |
perf_counter: x86: use ULL postfix for 64bit constants Fix a build warning on 32bit machines by explicitly marking the constants as 64-bit. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>