commit | 7720b23a3bf8672fc25f994baf3a43b1be3ed709 | [log] [tgz] |
---|---|---|
author | Pratik Patel <pratikp@codeaurora.org> | Thu Sep 06 19:09:08 2012 -0700 |
committer | Pratik Patel <pratikp@codeaurora.org> | Fri Sep 07 15:47:35 2012 -0700 |
tree | c3714a1bc2ef2bcc1cf8f63b7c6736b0e29a7549 | |
parent | 3109a9b00001b4a642f61f3070368891698c2e2a [diff] |
coresight: sequence FFCR writes during __etb_disable Instead of writing FFCR bits 12 and 6 at once, sequence them i.e. write bit 12 first to set ETB to stop on flush and followed by setting bit 6 to trigger manual flush. This should avoid any possible race between flush completing before bit 12 getting set. Change-Id: I0567701d34cb33a35d6bd876636a296532b9e400 Signed-off-by: Pratik Patel <pratikp@codeaurora.org>