[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-f704a7d7f1d815621cb4c47f7a94787e1bd7c27c@git.kernel.org>
Date: Wed, 2 Apr 2014 00:55:25 -0700
From: "tip-bot for K. Y. Srinivasan" <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
kys@...rosoft.com, tglx@...utronix.de
Subject: [tip:x86/urgent] x86/platform/hyperv:
Handle VMBUS driver being a module
Commit-ID: f704a7d7f1d815621cb4c47f7a94787e1bd7c27c
Gitweb: http://git.kernel.org/tip/f704a7d7f1d815621cb4c47f7a94787e1bd7c27c
Author: K. Y. Srinivasan <kys@...rosoft.com>
AuthorDate: Tue, 1 Apr 2014 23:51:42 -0700
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Wed, 2 Apr 2014 09:49:47 +0200
x86/platform/hyperv: Handle VMBUS driver being a module
Hyper-V VMBUS driver can be a module; handle this case
correctly. Please apply.
Signed-off-by: K. Y. Srinivasan <kys@...rosoft.com>
Cc: olaf@...fle.de
Cc: apw@...onical.com
Cc: jasowang@...hat.com
Link: http://lkml.kernel.org/r/1396421502-23222-1-git-send-email-kys@microsoft.com
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
arch/x86/kernel/irq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/irq.c b/arch/x86/kernel/irq.c
index 42805fa..283a76a 100644
--- a/arch/x86/kernel/irq.c
+++ b/arch/x86/kernel/irq.c
@@ -125,7 +125,7 @@ int arch_show_interrupts(struct seq_file *p, int prec)
seq_printf(p, "%10u ", per_cpu(mce_poll_count, j));
seq_printf(p, " Machine check polls\n");
#endif
-#if defined(CONFIG_HYPERV) || defined(CONFIG_XEN)
+#if IS_ENABLED(CONFIG_HYPERV) || defined(CONFIG_XEN)
seq_printf(p, "%*s: ", prec, "THR");
for_each_online_cpu(j)
seq_printf(p, "%10u ", irq_stats(j)->irq_hv_callback_count);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists