pkgsrc/sysutils/xenkernel3/patches/patch-aa
bouyer 92f5c0435e Switch from using the pre-build binaries to building our own Xen kernel.
Apply a patch (patch-b*) to xen-3.1.0 to fix the ELF loader so that the
symbol table is properly loaded for the NetBSD dom0 kernel. This is from
the Xen repository, based on a patch inistally submitted by Christoph Egger
to Xen (thanks !). Should fix PR port-xen/36671.
While there also provide a debug Xen kernel, built with debug=1.
Bump PKGREVISION.
2007-08-17 17:26:03 +00:00

13 lines
427 B
Text

$NetBSD: patch-aa,v 1.1 2007/08/17 17:26:04 bouyer Exp $
--- xen/include/asm-x86/page.h.orig 2007-08-16 22:23:58.000000000 +0200
+++ xen/include/asm-x86/page.h 2007-08-16 22:24:43.000000000 +0200
@@ -331,7 +331,7 @@
* WARNING: This will need to be disabled to run OSes that use the spare PTE
* bits themselves (e.g., *BSD).
*/
-#ifndef NDEBUG
+#if 0
#define _PAGE_GNTTAB _PAGE_AVAIL2
#else
#define _PAGE_GNTTAB 0