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