From: markus.t.metzger@intel.com Date: Wed, 2 Sep 2009 14:04:47 +0000 (+0200) Subject: x86, perf_counter, bts: Correct pointer-to-u64 casts X-Git-Tag: v2.6.32-rc1~720^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=596da17f94c103348ebe04129c00d536ea0e80e2;p=pandora-kernel.git x86, perf_counter, bts: Correct pointer-to-u64 casts 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 Acked-by: Peter Zijlstra LKML-Reference: <20090902140615.305889000@intel.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed