From 81885847cd7bbe071229fdfab4e07cb5248891f8 Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Mon, 3 Mar 2008 15:14:33 +0000 Subject: [PATCH] x86 explicitly unset DEBUG_NX_TEST svn path=/dists/trunk/linux-2.6/; revision=10689 --- debian/config/amd64/config | 1 + debian/config/i386/config | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/config/amd64/config b/debian/config/amd64/config index 8fb405e76..d6a5a1ba4 100644 --- a/debian/config/amd64/config +++ b/debian/config/amd64/config @@ -1260,6 +1260,7 @@ CONFIG_VIRTIO_PCI=m CONFIG_VIRTIO_BALLOON=m # CONFIG_ARCH_HAS_ILOG2_U64 is not set # CONFIG_DEBUG_RODATA is not set +# CONFIG_DEBUG_NX_TEST is not set # CONFIG_CPA_DEBUG is not set # CONFIG_LOCK_STAT is not set CONFIG_GENERIC_PENDING_IRQ=y diff --git a/debian/config/i386/config b/debian/config/i386/config index bfd4f4e9c..f7721c9c2 100644 --- a/debian/config/i386/config +++ b/debian/config/i386/config @@ -1502,6 +1502,7 @@ CONFIG_LGUEST=m CONFIG_LGUEST_GUEST=y CONFIG_LEDS_WRAP=m # CONFIG_DEBUG_RODATA is not set +# CONFIG_DEBUG_NX_TEST is not set # CONFIG_CPA_DEBUG is not set # CONFIG_DEBUG_PAGEALLOC is not set # CONFIG_LOCK_STAT is not set