commit | 6c310681379548ab1aa748e20da16a943fb0f234 | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Thu Jun 04 08:53:47 2015 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Fri Jun 19 18:09:33 2015 +0530 |
tree | cae621f4fe93012a877a7859b9650206a553cd4d | |
parent | 8ea2ddff41f795e3e9a0550612096b5115c593f1 [diff] |
ARC: cacheflush: No need to retain DC_CTRL from __before_dc_op() That is because __after_dc_op() already reads it for status check, so it is better anyways to use that "newer" value. Also reduces the clutter in callers for passing from/to these routines. Signed-off-by: Vineet Gupta <vgupta@synopsys.com>