On 09/03/2010 01:36 AM, Marcelo Tosatti wrote:
+static void print_monitor(const char *buf)
+{
+ [...]
+}
+
+void puts_monitor(const char *s)
+{
+ spin_lock(&mon_lock);
+ print_serial(s);
^^^^^^^^^^^^Is this intended? Paolo -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
