From: Robert Richter Date: Wed, 3 Jun 2009 18:10:39 +0000 (+0200) Subject: x86/oprofile: use 64 bit values in IBS functions X-Git-Tag: v2.6.32-rc1~721^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c572ae4efd1b0a5cc76c5e6aae05c1b182b6a69c;p=pandora-kernel.git x86/oprofile: use 64 bit values in IBS functions The IBS code internally uses 32 bit values (a low and a high value) to represent a 64 bit value. This patch changes this and now 64 bit values are used instead. 64 bit MSR functions can be used now. No functional changes. Signed-off-by: Robert Richter --- Reading git-diff-tree failed