projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a699e4e
)
irq_domain: correct the debugfs file name
author
Mika Westerberg
<mika.westerberg@linux.intel.com>
Tue, 10 Apr 2012 12:25:42 +0000
(15:25 +0300)
committer
Grant Likely
<grant.likely@secretlab.ca>
Wed, 11 Apr 2012 04:39:17 +0000
(22:39 -0600)
The actual name of the irq_domain mapping debugfs file is
"irq_domain_mapping" not "virq_mapping".
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
kernel/irq/Kconfig
patch
|
blob
|
history
diff --git
a/kernel/irq/Kconfig
b/kernel/irq/Kconfig
index
cf1a4a6
..
d1a758b
100644
(file)
--- a/
kernel/irq/Kconfig
+++ b/
kernel/irq/Kconfig
@@
-62,7
+62,7
@@
config IRQ_DOMAIN_DEBUG
help
This option will show the mapping relationship between hardware irq
numbers and Linux irq numbers. The mapping is exposed via debugfs
- in the file "
virq
_mapping".
+ in the file "
irq_domain
_mapping".
If you don't know what this means you don't need it.