freebsd-skq/sys/arm
John Birrell e0b651251d Turn console printf buffering into a kernel option and only on
by default for sun4v where it is absolutely required.

This change moves the buffer from struct pcpu to the stack to avoid
using the critical section which created a LOR in a couple of cases
due to interaction with the tty code and kqueue. The LOR can't be
fixed with the critical section and the pcpu buffer can't be used
without the critical section.

Putting the buffer on the stack was my initial solution, but it was
pointed out that the stress on the stack might cause problems
depending on the call path. We don't have a way of creating tests
for those possible cases, so it's best to leave this as an option
for the time being. In time we may get enough data to enable this
option more generally.
2006-11-30 04:17:05 +00:00
..
arm Turn console printf buffering into a kernel option and only on 2006-11-30 04:17:05 +00:00
at91 MFp4: 2006-11-29 08:17:40 +00:00
compile
conf Bring in status led support for /dev/led/gpioled on Avila. 2006-11-22 12:57:17 +00:00
include correct bus space unmap prototype 2006-11-19 23:46:50 +00:00
sa11x0 Match bus space unmap prototype. 2006-11-20 13:21:02 +00:00
xscale Bring in status led support for /dev/led/gpioled on Avila. 2006-11-22 12:57:17 +00:00