Description of Problem: wrong number of IRQs shown in /proc/stat on ES40 Version-Release number of selected component (if applicable): Kernel 2.4.9-24 How Reproducible: Always. Steps to Reproduce: 1. cat /proc/stat | grep intr Actual Results: 2048 IRQs are displayed. Expected Results: The actual number of IRQs on the system should be displayed. Additional Information: I suspect that NR_IRQS was used instead of ACTUAL_NR_IRQS, probably in proc_misc.c, but I have not looked. --George
Fixed...