Chris, On Thu, 7 Feb 2008, Chris Holvenstot wrote:Yeah. The non rhetorical one was directed to Jiri. :) No problem. At the moment I'm equally clueless :) Can you please apply the following patch, boot w/o nohpet and provide the dmesg output ? Thanks, tglx diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c index 429d084..4e98241 100644 --- a/arch/x86/kernel/hpet.c +++ b/arch/x86/kernel/hpet.c @@ -375,8 +375,10 @@ int __init hpet_enable(void) { unsigned long id; - if (!is_hpet_capable()) + if (!is_hpet_capable()) { + printk(KERN_INFO "HPET not available\n"); return 0; + } hpet_set_mapping(); @@ -392,6 +394,7 @@ int __init hpet_enable(void) * information and the number of channels */ id = hpet_readl(HPET_ID); + printk(KERN_INFO "HPET available. ID = %lx\n", id); #ifdef CONFIG_HPET_EMULATE_RTC /* @@ -412,6 +415,7 @@ int __init hpet_enable(void) return 0; out_nohpet: + printk(KERN_INFO "HPET disabled\n"); hpet_clear_mapping(); boot_hpet_disable = 1; return 0; --
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Steven Rostedt | Re: Major regression on hackbench with SLUB |
| Nick Piggin | 2.6.24-rc2 slab vs slob tbench numbers |
| Paul Jackson | Re: cpuset-remove-sched-domain-hooks-from-cpusets |
git: | |
| David Miller | Re: [GIT]: Networking |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Frans Pop | svc: failed to register lockdv1 RPC service (errno 97). |
