Bug 6099
Summary: | 2 times IO slowdown in APIC enabled mode | ||
---|---|---|---|
Product: | ACPI | Reporter: | Eugene Seppel (kernelpanic) |
Component: | Config-Other | Assignee: | acpi_config-other |
Status: | CLOSED DUPLICATE | ||
Severity: | high | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.16-rc4 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
Kernel .config
kernel dmesg for this situation /proc/interrupts |
Description
Eugene Seppel
2006-02-18 11:41:50 UTC
Created attachment 7400 [details]
Kernel .config
This is my kernel configuration
Created attachment 7401 [details]
kernel dmesg for this situation
Created attachment 7402 [details]
/proc/interrupts
Please check if timer interrupt runs double speed in APIC mode. you can do: cat /proc/interrupts; sleep 1; cat /proc/interrupts and see the timer interrupt difference between this period. On Intel P4 with HT the timer interrupt difference equals 101. (This PC works good in APIC mode, kernel 2.4.26-std-smp-alt13 (From ALTLinux)) On Intel P3 it equals 101 too (This PC works good, without APIC, kernel ~2.2.20) Today I can't access to that AMD64 PC with troubles. What should I do if the timer interrupt difference equals 50? Thank you! Yes, you can look at: http://bugzilla.kernel.org/show_bug.cgi?id=3927 |