Module Name: src Committed By: martin Date: Mon May 15 10:25:31 UTC 2023
Modified Files: src/sys/arch/xen/conf [netbsd-9]: files.xen Log Message: Apply patch, requested by manu in ticket #1632: sys/arch/xen/conf/files.xen (apply patch) Build fix to define the SELFRELOC option for XEN kernels. This is not needed in newer branches as those include amd64/conf/files.amd64 from x86/conf/files.x86 (and get the definition via that path) To generate a diff of this commit: cvs rdiff -u -r1.178.4.1 -r1.178.4.2 src/sys/arch/xen/conf/files.xen 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/xen/conf/files.xen diff -u src/sys/arch/xen/conf/files.xen:1.178.4.1 src/sys/arch/xen/conf/files.xen:1.178.4.2 --- src/sys/arch/xen/conf/files.xen:1.178.4.1 Wed Jul 15 17:25:08 2020 +++ src/sys/arch/xen/conf/files.xen Mon May 15 10:25:31 2023 @@ -1,4 +1,4 @@ -# $NetBSD: files.xen,v 1.178.4.1 2020/07/15 17:25:08 martin Exp $ +# $NetBSD: files.xen,v 1.178.4.2 2023/05/15 10:25:31 martin Exp $ # NetBSD: files.x86,v 1.10 2003/10/08 17:30:00 bouyer Exp # NetBSD: files.i386,v 1.254 2004/03/25 23:32:10 jmc Exp @@ -12,6 +12,9 @@ maxusers 2 16 128 defparam opt_kernbase.h KERNBASE +# This options is of no use to Xen, but building requires its definition +defflag opt_selfreloc.h SELFRELOC + # options for MP configuration through the MP spec defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI