NetBSD/sys/arch/arm/arm32
chris 203288830a Convert a few types into things that are more accurate, mostly:
int's to unsigned int/u_int where they shouldn't go negative.
int's to boolean_t's where they're being used as bools.

No real functional change (in the produced asm a few condition codes changed)
2003-02-21 00:23:03 +00:00
..
arm32_machdep.c Merge the nathanw_sa branch. 2003-01-17 21:55:23 +00:00
atomic.S non-inline version of atomic_{set,clear}_bit(), defined when 2002-10-19 12:46:57 +00:00
bcopy_page.S
bus_dma.c bus dma memory is allocated as M_DMAMAP so free it as M_DMAMAP, not DEVBUF. 2003-02-03 23:34:50 +00:00
cpu.c Add CPU IDs for PXA B2 and C0 steppings. 2003-02-14 16:00:33 +00:00
cpuswitch.S Merge the nathanw_sa branch. 2003-01-17 21:55:23 +00:00
db_interface.c
db_machdep.c
exception.S interrupt with two rs. 2003-01-06 13:04:54 +00:00
fault.c Merge the nathanw_sa branch. 2003-01-17 21:55:23 +00:00
fusu.S Instead of "add rd, pc, #foo - . - 8", use either "adr rd, foo" or (where 2002-10-13 14:54:47 +00:00
genassym.cf Merge the nathanw_sa branch. 2003-01-17 21:55:23 +00:00
intr.c make atomic_{set,clear}_bit() inline for arm32 ports, and 2002-10-19 12:22:33 +00:00
irq_dispatch.S Fiddle with current_intr_depth in assembly code again. Because we 2003-01-03 00:38:16 +00:00
locore.S make atomic_{set,clear}_bit() inline for arm32 ports, and 2002-10-19 12:22:33 +00:00
mem.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
pmap.c Convert a few types into things that are more accurate, mostly: 2003-02-21 00:23:03 +00:00
setcpsr.S
setstack.S
spl.S
stubs.c Remove spurious declaration of bootconfig structure since that is already 2002-12-28 20:40:21 +00:00
sys_machdep.c Merge the nathanw_sa branch. 2003-01-17 21:55:23 +00:00
vm_machdep.c Merge the nathanw_sa branch. 2003-01-17 21:55:23 +00:00