commit | b7e93083f59914006672b34bf23a37f7b37a0f61 | [log] [tgz] |
---|---|---|
author | Wing Li <wingers@google.com> | Thu Dec 23 11:32:08 2021 -0800 |
committer | Wing Li <wingers@google.com> | Tue Dec 28 10:41:14 2021 -0800 |
tree | 257bca64558ec5ae86863da238d7eebd216bce5a | |
parent | 5e2abbefccb3ea8a0e67655585d61aa4ec96e491 [diff] |
fix(ufs): delete call to inv_dcache_range for utrd The utrd struct is allocated on the stack by ufs_check_resp's caller. Invalidating the utrd struct is unnecessary since it's only read from, and can cause other values stored on the stack (e.g. link register) to be inadvertently invalidated. Change-Id: Icd455b52beb2677fafc083d68d0bfa0645b7194b Signed-off-by: Wing Li <wingers@google.com>