NetBSD/sys/arch/arm
thorpej 0b6370bfee Implement __cpu_simple_lock*() primitives using the SWP insn. Note
this insn is available only on ARM arch v3 and later (and 2a).  We
don't expect to be using these ops in the kernel on processors too
old to have SWP, and for userland uses (in e.g. a pthread library),
the kernel will simply have to trap and emulate the insn (it needs
to be "atomic", so a kernel trap of some sort will be necessary on
such platforms anyway).
2001-11-15 19:22:32 +00:00
..
arm * Give the XScale its own cpu_control() entry point; we have to flush 2001-11-14 01:00:05 +00:00
arm32 Correct comments for ffs algoritm (it isn't using register r0) 2001-11-11 22:07:41 +00:00
conf Split all the model/version-specific cpufuncs into separate files 2001-11-10 23:14:08 +00:00
footbridge Add stubs for mmap to footbridge, must implement proper mmap real soon. 2001-09-10 23:05:19 +00:00
include Implement __cpu_simple_lock*() primitives using the SWP insn. Note 2001-11-15 19:22:32 +00:00
iomd Sad point .... remove RC7500 support from the iomd directory in the 2001-10-17 23:28:19 +00:00
mainbus Update pmap_update to now take the updated pmap as an argument. 2001-09-10 21:19:08 +00:00
sa11x0 Renamed platid_search() to platid_search_data() and added new platid_search(). 2001-09-24 14:29:30 +00:00
xscale Add a comment explaining that we expect the memory controller 2001-11-10 23:14:51 +00:00
Makefile Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00