commit | 23b8f81f3890edd06bcabdaac33ff5c087114c59 | [log] [tgz] |
---|---|---|
author | Caesar Wang <wxt@rock-chips.com> | Fri Sep 25 10:14:55 2015 +0800 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Dec 15 09:41:11 2015 +0100 |
tree | 2376e13d6189ef217909e983c13f42a2b6aea671 | |
parent | 364eba4b3a58a3e9af5a1355f4131a58cd1f3b8d [diff] |
clocksource/drivers/rockchip: Remove dsb() usage The dsb() instruction is pointless in this code. Remove it. That also fixes the ARM64 compilation issue. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Tested-by: Caesar Wang <wxt@rock-chips.com>