Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/sys/arch/xen/conf Apply patch, requested by manu in ticke...
details: https://anonhg.NetBSD.org/src/rev/777fa35f6079
branches: netbsd-9
changeset: 375338:777fa35f6079
user: martin <martin%NetBSD.org@localhost>
date: Mon May 15 10:25:31 2023 +0000
description:
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)
diffstat:
sys/arch/xen/conf/files.xen | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r f47e354d6f9c -r 777fa35f6079 sys/arch/xen/conf/files.xen
--- a/sys/arch/xen/conf/files.xen Sat May 13 12:24:46 2023 +0000
+++ b/sys/arch/xen/conf/files.xen Mon May 15 10:25:31 2023 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index