commit | 7c5b3fc20807279d8f8e78f1e2ef275128668796 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Fri Oct 28 14:52:30 2005 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Oct 28 14:52:30 2005 +0100 |
tree | 393e609ef9e6cd32c9fbce258686a462b33b4ce8 | |
parent | b5893c56ca7e664aef010a71c2638db768d4e996 [diff] |
[ARM] 2/4 Fix oprofile suspend/resume The oprofile suspend/resume was missing locking. If we failed to start oprofile on resume, we still reported that it was enabled. Instead, disable oprofile on error. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>