Module Name: src Committed By: khorben Date: Sun Mar 30 19:48:15 UTC 2025
Modified Files: src/sys/arch/amd64/amd64: locore.S Log Message: locore.S: remove duplicate comment Trivial change, tested anyway on NetBSD/amd64; NFCI. "Go go" imil@ To generate a diff of this commit: cvs rdiff -u -r1.227 -r1.228 src/sys/arch/amd64/amd64/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/amd64/amd64/locore.S diff -u src/sys/arch/amd64/amd64/locore.S:1.227 src/sys/arch/amd64/amd64/locore.S:1.228 --- src/sys/arch/amd64/amd64/locore.S:1.227 Tue Dec 3 15:16:42 2024 +++ src/sys/arch/amd64/amd64/locore.S Sun Mar 30 19:48:15 2025 @@ -1,4 +1,4 @@ -/* $NetBSD: locore.S,v 1.227 2024/12/03 15:16:42 bouyer Exp $ */ +/* $NetBSD: locore.S,v 1.228 2025/03/30 19:48:15 khorben Exp $ */ /* * Copyright-o-rama! @@ -1146,9 +1146,6 @@ ENTRY(start_pvh) /* * save addr of the hvm_start_info structure. This is also the end * of the symbol table - /* - * save addr of the hvm_start_info structure. This is also the end - * of the symbol table */ movl %ebx, RELOC(hvm_start_paddr) movl %ebx, %eax