commit | e9c4148fd4f03008ecbe3b673e25764232a15503 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Nov 05 17:13:15 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Nov 05 17:13:15 2009 +0900 |
tree | 52d4eea64a1d01cea4101db3b7ab5e4b67d4b0bf | |
parent | 093aed1937cc7ae9290ede24ad45f040e097510b [diff] |
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 <lethal@linux-sh.org>