Bug 60331

Summary: wrong number of IRQs shown in /proc/stat
Product: [Retired] Red Hat Linux Reporter: George France <france>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED CURRENTRELEASE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: alpha   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-02-25 20:56:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description George France 2002-02-25 20:55:56 UTC
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

Comment 1 Phil Copeland 2002-03-12 19:39:57 UTC
Fixed...