commit | 3edb5ab0f46b5c82c311ce0976f2df409d351dc5 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Aug 22 10:14:11 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 22 10:14:11 2022 +0000 |
tree | 02855e12791464504a116a12e35c7ec015cef661 | |
parent | 24f0537f2bb4f65212ab52e42fcd995db713c9f4 [diff] | |
parent | 7a74d40914cdd3968612f2c1041fb057a538b782 [diff] |
Merge "exceptions_panic: Fix wrong PSCI function ID"
diff --git a/vmbase/exceptions_panic.S b/vmbase/exceptions_panic.S index 6f73da8..4a3f2db 100644 --- a/vmbase/exceptions_panic.S +++ b/vmbase/exceptions_panic.S
@@ -22,8 +22,8 @@ */ .macro exception_panic - mov x0, 0x80400000 - add x0, x0, 9 + mov x0, 0x84000000 + movk x0, 9 mov x1, 0 mov x2, 0 mov x3, 0