From: Paul Mundt Date: Thu, 5 Nov 2009 08:13:15 +0000 (+0900) Subject: sh: oprofile: Fix up count size mismatch for common impl. X-Git-Tag: v2.6.33-rc1~347^2~27^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9c4148fd4f03008ecbe3b673e25764232a15503;p=pandora-kernel.git sh: oprofile: Fix up count size mismatch for common impl. This reduces the 'count' size in the common support structure to 32-bits so that it matches up with what oprofile is expecting. The SH7750 code was using a nasty oprofilefs hack to expose the 48-bit counter, although no other implementations were. Now that the offending driver has been killed off, it's possible to restore some semblance of sanity. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed