lkml.org 
[lkml]   [2012]   [Apr]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] irq_domain: Fix debug output to use "irq" instead of "virq"
Date
Back when irq_domain was a powerpc-only thing, the term "virq", or
virtual irq, was used to differentiate irq numbers from hardware irq
numbers. However, virqs are synonymous with Linux irq numbers, so
using a different term is confusing. This patch changes the debug
output to use the header "irq" instead of "virq" for the irq number
output column.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
---
kernel/irq/irqdomain.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index 4bf074a..b792e58 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -643,7 +643,7 @@ static int virq_debug_show(struct seq_file *m, void *private)
void *data;
int i;

- seq_printf(m, "%-5s %-7s %-15s %-18s %s\n", "virq", "hwirq",
+ seq_printf(m, "%-5s %-7s %-15s %-18s %s\n", "irq", "hwirq",
"chip name", "chip data", "domain name");

for (i = 1; i < nr_irqs; i++) {
--
1.7.9.1


\
 
 \ /
  Last update: 2012-04-11 01:55    [W:0.024 / U:0.508 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site