commit | 45bcb6e742578471b9742d10c3c46d0ab23c3210 | [log] [tgz] |
---|---|---|
author | Derek Basehore <dbasehore@chromium.org> | Tue Jan 23 15:49:17 2018 -0800 |
committer | Derek Basehore <dbasehore@chromium.org> | Tue Jan 23 17:42:49 2018 -0800 |
tree | fdeb6f35c0cdc413aaf5fde8ecf8ac9b53c69be6 | |
parent | 4ab3a966c7b012719d224ce7b852e19dd6f2dceb [diff] |
GICv3: Fix Dist restore for when the GIC is reset If the GIC loses power during suspend, which the restore code was written for, exit early in the post restore power sequence. This prevents an assert from tripping, and the power sequence isn't needed in this case anyways. Signed-off-by: Derek Basehore <dbasehore@chromium.org>