NetBSD/sys/arch/arm
bjh21 441e8907fe Switch to using the MI C versions of setrunqueue() and remrunqueue().
GCC produces almost exactly the same instructions as the hand-assembled
versions, albeit in a different order.  It even found one place where it
could shave one off.  Its insistence on creating a stack frame might slow
things down marginally, but not, I think, enough to matter.
2002-10-15 20:53:38 +00:00
..
arm Instead of "add rd, pc, #foo - . - 8", use either "adr rd, foo" or (where 2002-10-13 14:54:47 +00:00
arm32 Switch to using the MI C versions of setrunqueue() and remrunqueue(). 2002-10-15 20:53:38 +00:00
conf add missing protos, clean up includes. 2002-10-05 17:16:33 +00:00
footbridge Continue the " - . - 8" purge. Specifically: 2002-10-14 22:32:50 +00:00
fpe-arm remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
include Switch to using the MI C versions of setrunqueue() and remrunqueue(). 2002-10-15 20:53:38 +00:00
iomd Continue the " - . - 8" purge. Specifically: 2002-10-14 22:32:50 +00:00
ixp12x0 Continue the " - . - 8" purge. Specifically: 2002-10-14 22:32:50 +00:00
mainbus Use CFATTACH_DECL(). 2002-10-02 04:55:47 +00:00
ofw Continue the " - . - 8" purge. Specifically: 2002-10-14 22:32:50 +00:00
sa11x0 Continue the " - . - 8" purge. Specifically: 2002-10-14 22:32:50 +00:00
xscale Continue the " - . - 8" purge. Specifically: 2002-10-14 22:32:50 +00:00
Makefile cats and netwinder can share a common footbridge_intr.h file, so install and 2002-09-28 15:53:03 +00:00