NetBSD/sys/arch/arm
bjh21 7dd8880e90 The grand cpu_switch register reshuffle!
In particular, use r8 to hold the old process, and r7 for medium-term
scratch, saving r0-r3 for things we don't need saved over function
calls.  This gets rid of five register-to-register MOVs.
2002-10-18 23:06:33 +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 The grand cpu_switch register reshuffle! 2002-10-18 23:06:33 +00:00
conf Make sure the footbridge device has the interface attribute. 2002-10-18 20:03:02 +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 In cpu_switch(), stack more registers at the start of the function, 2002-10-18 21:32:57 +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