Fix arch headers.
[linux-flexiantxendom0-3.2.10.git] / drivers / char / hvc_console.c
index 2322dc4..d7a5551 100644 (file)
@@ -227,7 +227,12 @@ static void hvc_poll(int index)
        spin_unlock_irqrestore(&hp->lock, flags);
 }
 
+#if defined (CONFIG_XMON)
 extern unsigned long cpus_in_xmon;
+#else
+unsigned long cpus_in_xmon=0;
+#endif
+
 
 int khvcd(void *unused)
 {