diff options
author | Alexander Gordeev <agordeev@redhat.com> | 2013-05-22 08:53:48 +0900 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-05-22 08:53:48 +0900 |
commit | b29900e62598cecd519c9ab2b8e4d03f8ebf702d (patch) | |
tree | bb7082a5ea560b02730b3f7b257d3a7a82e163d7 /drivers/ata/ahci.h | |
parent | 966fbe193f47c68e70a80ec9991098e88e7959cb (diff) | |
download | blackbird-op-linux-b29900e62598cecd519c9ab2b8e4d03f8ebf702d.tar.gz blackbird-op-linux-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.h | 1 |
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 { |