Signed-off-by: Sanjay Lal <sanj...@kymasys.com>
---
 arch/mips/kernel/proc.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/mips/kernel/proc.c b/arch/mips/kernel/proc.c
index a3e4614..308e042 100644
--- a/arch/mips/kernel/proc.c
+++ b/arch/mips/kernel/proc.c
@@ -99,6 +99,17 @@ static int show_cpuinfo(struct seq_file *m, void *v)
        if (cpu_has_vz)         seq_printf(m, "%s", " vz");
        seq_printf(m, "\n");
 
+#ifdef CONFIG_KVM_MIPS_VZ
+       if (cpu_has_vz) {
+               seq_printf(m, "vz guestid\t\t: %s\n",
+                       cpu_has_vzguestid ? "yes" : "no");
+               seq_printf(m, "vz virt irq\t\t: %s\n",
+                       cpu_has_vzvirtirq ? "yes" : "no");
+       }
+       seq_printf(m, "tlbinv instructions\t: %s\n",
+               cpu_has_tlbinv ? "yes" : "no");
+#endif
+
        if (cpu_has_mmips) {
                seq_printf(m, "micromips kernel\t: %s\n",
                      (read_c0_config3() & MIPS_CONF3_ISA_OE) ?  "yes" : "no");
-- 
1.7.11.3

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to