Module Name:    src
Committed By:   skrll
Date:           Mon Jul 15 11:45:54 UTC 2019

Modified Files:
        src/sys/arch/aarch64/aarch64: locore.S

Log Message:
Restore the comment against the line changed in the last commit


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 src/sys/arch/aarch64/aarch64/locore.S:1.37
--- src/sys/arch/aarch64/aarch64/locore.S:1.36	Mon Jul 15 11:27:19 2019
+++ src/sys/arch/aarch64/aarch64/locore.S	Mon Jul 15 11:45:54 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.S,v 1.36 2019/07/15 11:27:19 skrll Exp $	*/
+/*	$NetBSD: locore.S,v 1.37 2019/07/15 11:45:54 skrll Exp $	*/
 
 /*
  * Copyright (c) 2017 Ryo Shimizu <r...@nerv.org>
@@ -38,7 +38,7 @@
 #include <aarch64/hypervisor.h>
 #include "assym.h"
 
-RCSID("$NetBSD: locore.S,v 1.36 2019/07/15 11:27:19 skrll Exp $")
+RCSID("$NetBSD: locore.S,v 1.37 2019/07/15 11:45:54 skrll Exp $")
 
 
 /*#define DEBUG_LOCORE			/* debug print */
@@ -829,7 +829,7 @@ init_mmutable:
 	adr	x1, start			/* va = start */
 	ADDR	x2, _end
 	sub	x2, x2, x1			/* size = _end - start */
-	ldr	x0, =start
+	ldr	x0, =start			/* va */
 	bl	pmapboot_enter
 	cbnz	x0, init_mmutable_error
 

Reply via email to