From a31b2ac8be3a5a094968bc279823844a76062844 Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Fri, 12 Jun 2009 19:10:41 +0000 Subject: [PATCH] * debian/changelog: Update. * debian/config/kernelarch-x86/config: Set RELOCATABLE. svn path=/dists/trunk/linux-2.6/; revision=13794 --- debian/changelog | 1 + debian/config/kernelarch-x86/config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5a04b945b..bba251809 100644 --- a/debian/changelog +++ b/debian/changelog @@ -74,6 +74,7 @@ linux-2.6 (2.6.30-1~experimental.1) UNRELEASED; urgency=low * [i386/486] Enable High Memory Support. * [i386] Allocate pagetables from High Memory. * [amd64, i386] Write protect kernel read-only data structures. + * [amd64, i386] Make kernel relocatable. [ dann frazier ] * Enable bnx2x, using firmware-split patches from net-next and mirroring diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index b7be5f5d2..f332fd5e3 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -45,7 +45,7 @@ CONFIG_SECCOMP=y CONFIG_KEXEC=y # CONFIG_CRASH_DUMP is not set # CONFIG_KEXEC_JUMP is not set -# CONFIG_RELOCATABLE is not set +CONFIG_RELOCATABLE=y CONFIG_HOTPLUG_CPU=y # CONFIG_COMPAT_VDSO is not set # CONFIG_CMDLINE_BOOL is not set