diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/powerpc64/powerpc64/locore.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc64/powerpc64/locore.S b/sys/arch/powerpc64/powerpc64/locore.S index 85266b3e09e..47fb7e98308 100644 --- a/sys/arch/powerpc64/powerpc64/locore.S +++ b/sys/arch/powerpc64/powerpc64/locore.S @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.S,v 1.33 2020/07/21 21:36:58 kettenis Exp $ */ +/* $OpenBSD: locore.S,v 1.34 2020/08/14 12:14:06 kettenis Exp $ */ /* * Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> @@ -346,7 +346,7 @@ opal_call: std %r31, 12(%r1) mfmsr %r31 - /* Disable transaltion and external interrupts */ + /* Disable translation and external interrupts */ andi. %r2, %r31, ~(PSL_DR|PSL_IR|PSL_EE)@l mtmsr %r2 isync |