freebsd-dev/sys/arm
Olivier Houchard 9acb0e651b In atomic_fetchadd_32(), do not blindly increase the value of %3.
It should just contain the value we want to add, as if we're interrupted
between the add and the str, we will restart from the beginning. Just use
a register we can scratch instead.

MFC After:	1 week
2007-11-27 22:12:05 +00:00
..
arm Remove the 'needbounce' variable from the _bus_dmamap_load_buffer() 2007-11-27 17:28:12 +00:00
at91 Fix for the panic("vm_thread_new: kstack allocation failed") and 2007-11-05 11:36:16 +00:00
compile
conf Add a kernel config file for the Hot-e HL200 (AT91RM92 based). 2007-11-17 17:25:22 +00:00
include In atomic_fetchadd_32(), do not blindly increase the value of %3. 2007-11-27 22:12:05 +00:00
sa11x0 Fix for the panic("vm_thread_new: kstack allocation failed") and 2007-11-05 11:36:16 +00:00
xscale Fix for the panic("vm_thread_new: kstack allocation failed") and 2007-11-05 11:36:16 +00:00