git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
747b50a
)
x86, perf_counter, bts: Correct pointer-to-u64 casts
author
markus.t.metzger@intel.com
<markus.t.metzger@intel.com>
Wed, 2 Sep 2009 14:04:47 +0000
(16:04 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 4 Sep 2009 07:26:39 +0000
(09:26 +0200)
On 32bit, pointers in the DS AREA configuration are cast to
u64. The current (long) cast to avoid compiler warnings results
in a signed 64bit address.
Signed-off-by: Markus Metzger <markus.t.metzger@intel.com>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <
20090902140615
.
305889000
@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found