[kernel] r11665 - in dists/trunk/linux-2.6/debian: . config/amd64 config/i386 config/ia64
Maximilian Attems
maks at alioth.debian.org
Thu Jun 19 21:43:17 UTC 2008
Author: maks
Date: Thu Jun 19 21:43:16 2008
New Revision: 11665
Log:
x86/ia64 set HPET_RTC_IRQ
fixes freeze on #479709
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/amd64/config
dists/trunk/linux-2.6/debian/config/i386/config
dists/trunk/linux-2.6/debian/config/ia64/config
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog (original)
+++ dists/trunk/linux-2.6/debian/changelog Thu Jun 19 21:43:16 2008
@@ -43,6 +43,7 @@
Kconfig variable patch by Robert Millan (closes: #485063).
* Add request_firmware patch for ip2.
* Add request_firmware patch for acenic. (closes: #284221)
+ * [x86, ia64]: Set HPET_RTC_IRQ. (closes: #479709)
[ Martin Michlmayr ]
* [arm/orion5x] Update the config to reflect upstream renaming this
Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config (original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config Thu Jun 19 21:43:16 2008
@@ -249,7 +249,7 @@
CONFIG_RAW_DRIVER=m
CONFIG_MAX_RAW_DEVS=256
CONFIG_HPET=y
-# CONFIG_HPET_RTC_IRQ is not set
+CONFIG_HPET_RTC_IRQ=y
CONFIG_HPET_MMAP=y
CONFIG_HANGCHECK_TIMER=m
Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config (original)
+++ dists/trunk/linux-2.6/debian/config/i386/config Thu Jun 19 21:43:16 2008
@@ -335,7 +335,7 @@
CONFIG_RAW_DRIVER=m
CONFIG_MAX_RAW_DEVS=256
CONFIG_HPET=y
-# CONFIG_HPET_RTC_IRQ is not set
+CONFIG_HPET_RTC_IRQ=y
CONFIG_HPET_MMAP=y
CONFIG_HANGCHECK_TIMER=m
Modified: dists/trunk/linux-2.6/debian/config/ia64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/ia64/config (original)
+++ dists/trunk/linux-2.6/debian/config/ia64/config Thu Jun 19 21:43:16 2008
@@ -98,7 +98,7 @@
CONFIG_RAW_DRIVER=m
CONFIG_MAX_RAW_DEVS=256
CONFIG_HPET=y
-# CONFIG_HPET_RTC_IRQ is not set
+CONFIG_HPET_RTC_IRQ=y
# CONFIG_HPET_MMAP is not set
CONFIG_HANGCHECK_TIMER=m
CONFIG_MMTIMER=m
More information about the Kernel-svn-changes
mailing list