]> git.sur5r.net Git - openocd/commit
aarch64: use cached value of dscr register where needed
authorMatthias Welwarsky <matthias.welwarsky@sysgo.com>
Thu, 20 Oct 2016 15:22:26 +0000 (17:22 +0200)
committerMatthias Welwarsky <matthias.welwarsky@sysgo.com>
Fri, 10 Feb 2017 13:18:35 +0000 (14:18 +0100)
commit9d2e8aabb82ad440e14fd03d4007122c076eecb4
treed8bc6b3b48f758c4be8185e2a2134dd5ccae1346
parent91663206635022bfcb30b92e8462a773c225a77a
aarch64: use cached value of dscr register where needed

Instead of supplying a local, preinitialized "dscr" variable, use the
cached value from arm_dpm, which is kept up-to-date anyway.

Change-Id: I06d548d4dc6db68b9d984c83ed026fa9069d7875
Signed-off-by: Matthias Welwarsky <matthias.welwarsky@sysgo.com>
src/target/armv8_dpm.c