Re: [RFC/PATCH] x86: Early-boot serial I/O support

From: Pekka Enberg
Date: Sat Jul 10 2010 - 17:18:53 EST


H. Peter Anvin wrote:
+
+ while ((inb(early_serial_base + LSR)& XMTRDY) == 0&& --timeout)
+ ;
+

cpu_relax(); here, probably.

Fixed.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/