Module Name: src
Committed By: skrll
Date: Thu Oct 21 06:06:16 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: locore.S
Log Message:
fix gimplish
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys/arch/aarch64/aarch64/locore.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/aarch64/aarch64/locore.S
diff -u src/sys/arch/aarch64/aarch64/locore.S:1.80 src/sys/arch/aarch64/aarch64/locore.S:1.81
--- src/sys/arch/aarch64/aarch64/locore.S:1.80 Thu Sep 30 21:19:16 2021
+++ src/sys/arch/aarch64/aarch64/locore.S Thu Oct 21 06:06:16 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.80 2021/09/30 21:19:16 skrll Exp $ */
+/* $NetBSD: locore.S,v 1.81 2021/10/21 06:06:16 skrll Exp $ */
/*
* Copyright (c) 2017 Ryo Shimizu <[email protected]>
@@ -38,7 +38,7 @@
#include <aarch64/hypervisor.h>
#include "assym.h"
-RCSID("$NetBSD: locore.S,v 1.80 2021/09/30 21:19:16 skrll Exp $")
+RCSID("$NetBSD: locore.S,v 1.81 2021/10/21 06:06:16 skrll Exp $")
#ifdef AARCH64_DEVICE_MEM_STRONGLY_ORDERED
#define MAIR_DEVICE_MEM MAIR_DEVICE_nGnRnE
@@ -480,7 +480,7 @@ mp_vstart:
ldr x0, [x0]
add sp, sp, x0
- /* stop using TTBR0 - CPU_DPRINT{,REG,SREG} no longer after this */
+ /* disable TTBR0 - CPU_DPRINT{,REG,SREG} no longer work after this */
mrs x0, tcr_el1
orr x0, x0, #TCR_EPD0
msr tcr_el1, x0