aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.h
diff options
context:
space:
mode:
authorAlexander Gordeev <agordeev@redhat.com>2013-05-22 08:53:48 +0900
committerTejun Heo <tj@kernel.org>2013-05-22 08:53:48 +0900
commitb29900e62598cecd519c9ab2b8e4d03f8ebf702d (patch)
treebb7082a5ea560b02730b3f7b257d3a7a82e163d7 /drivers/ata/ahci.h
parentlibata: Add atapi_dmadir force flag (diff)
downloadlinux-dev-b29900e62598cecd519c9ab2b8e4d03f8ebf702d.tar.xz
linux-dev-b29900e62598cecd519c9ab2b8e4d03f8ebf702d.zip
AHCI: Make distinct names for ports in /proc/interrupts
Currently all interrupts assigned to AHCI ports show up in '/proc/interrupts' as 'ahci'. This fix adds port numbers as suffixes and hence makes the descriptions distinct. Reported-by: Jan Beulich <JBeulich@suse.com> Signed-off-by: Alexander Gordeev <agordeev@redhat.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/ahci.h')
-rw-r--r--drivers/ata/ahci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ahci.h b/drivers/ata/ahci.h
index b830e6c9fe49..05adf29a2814 100644
--- a/drivers/ata/ahci.h
+++ b/drivers/ata/ahci.h
@@ -306,6 +306,7 @@ struct ahci_port_priv {
int fbs_last_dev; /* save FBS.DEV of last FIS */
/* enclosure management info per PM slot */
struct ahci_em_priv em_priv[EM_MAX_SLOTS];
+ char *irq_desc; /* desc in /proc/interrupts */
};
struct ahci_host_priv {