From: George Koehler Date: Fri, 9 Dec 2016 21:04:21 +0000 (-0500) Subject: Fix typo: msr0 should be msr. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=df86e3b84f38ad8b6882ee6139a3e0926c4f7f71;p=ack.git Fix typo: msr0 should be msr. --- diff --git a/plat/qemuppc/boot.s b/plat/qemuppc/boot.s index 1100f3883..ac3227dc9 100644 --- a/plat/qemuppc/boot.s +++ b/plat/qemuppc/boot.s @@ -52,7 +52,7 @@ EXIT: mtspr hid0, r3 ! in hid0 .data4 mfmsr(3) oris r3, r3, 0x0004 ! set POW - .data4 mtmsr(3) ! in msr0 + .data4 mtmsr(3) ! in msr b EXIT ! If we failed to halt, then spin. .define _openfirmware_call