From d3ff4805f98fc58c846ddd2ad3c93fad147fdc90 Mon Sep 17 00:00:00 2001 From: Moritz Muehlenhoff Date: Sat, 5 Jun 2010 08:04:31 +0000 Subject: [PATCH] Enable X86 board specific fixups for reboot (Closes: #536537) svn path=/dists/sid/linux-2.6/; revision=15825 --- debian/changelog | 3 +++ debian/config/kernelarch-x86/config-arch-32 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2a489c0cd..c9d5e9c05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,9 @@ linux-2.6 (2.6.32-16) UNRELEASED; urgency=low [ Aurelien Jarno ] * [sh4] fix sh_tmu clocksource following recent nohz changes. + [ Moritz Muehlenhoff ] + * Enable X86 board specific fixups for reboot (Closes: #536537) + -- dann frazier Tue, 01 Jun 2010 09:23:57 -0600 linux-2.6 (2.6.32-15) unstable; urgency=low diff --git a/debian/config/kernelarch-x86/config-arch-32 b/debian/config/kernelarch-x86/config-arch-32 index 19e24b19a..2941f18ab 100644 --- a/debian/config/kernelarch-x86/config-arch-32 +++ b/debian/config/kernelarch-x86/config-arch-32 @@ -9,7 +9,7 @@ CONFIG_VMI=y CONFIG_NR_CPUS=32 CONFIG_VM86=y CONFIG_TOSHIBA=m -# CONFIG_X86_REBOOTFIXUPS is not set +CONFIG_X86_REBOOTFIXUPS=y ## choice: High Memory Support # CONFIG_NOHIGHMEM is not set CONFIG_HIGHMEM4G=y