Module Name:    src
Committed By:   bouyer
Date:           Tue Dec  3 15:16:42 UTC 2024

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

Log Message:
Get one more change from PR kern/57813, needed for non-Xen PVH.


To generate a diff of this commit:
cvs rdiff -u -r1.226 -r1.227 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.226 src/sys/arch/amd64/amd64/locore.S:1.227
--- src/sys/arch/amd64/amd64/locore.S:1.226	Mon Dec  2 13:31:32 2024
+++ src/sys/arch/amd64/amd64/locore.S	Tue Dec  3 15:16:42 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.S,v 1.226 2024/12/02 13:31:32 bouyer Exp $	*/
+/*	$NetBSD: locore.S,v 1.227 2024/12/03 15:16:42 bouyer Exp $	*/
 
 /*
  * Copyright-o-rama!
@@ -283,7 +283,7 @@
 #include <xen/include/public/xen.h>
 
 #define ELFNOTE(name, type, desctype, descdata...) \
-.pushsection .note.name			;	\
+.pushsection .note.name, "a", @note	;	\
   .align 4				;	\
   .long 2f - 1f		/* namesz */	;	\
   .long 4f - 3f		/* descsz */	;	\

Reply via email to