]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86, intr-remapping: fix free_irte() to clear all the IRTE entries
authorSuresh Siddha <suresh.b.siddha@intel.com>
Tue, 17 Mar 2009 00:04:58 +0000 (17:04 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 17 Mar 2009 22:42:00 +0000 (15:42 -0700)
commit2e93456f5c069cf889c0c3acd1246ee88c49ae5c
treeff01e304232fde9f10d2cab1b0eb00ff6cefe484
parent1531a6a6b81a4e6f9eec9a5608758a6ea14b96e0
x86, intr-remapping: fix free_irte() to clear all the IRTE entries

Impact: fix interrupt table entry leak

Fix the typo which was not clearing all the interrupt remapping table
entries corresponding to an irq.

Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
drivers/pci/intr_remapping.c