summaryrefslogtreecommitdiff
path: root/sysutils/xenkernel33/patches/patch-aa
blob: 97bfa279df2780941d6a45fb33dc16e4f8c80011 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.2 2009/01/13 13:48:33 cegger Exp $

--- xen/include/asm-x86/page.h.orig	2009-01-05 11:27:00.000000000 +0000
+++ xen/include/asm-x86/page.h
@@ -301,7 +301,7 @@ void setup_idle_pagetable(void);
  * WARNING: This will need to be disabled to run OSes that use the spare PTE
  * bits themselves (e.g., *BSD).
  */
-#ifdef NDEBUG
+#if 1
 #undef _PAGE_GNTTAB
 #endif
 #ifndef _PAGE_GNTTAB