NetBSD/sys/arch/arm/arm32
2003-11-01 17:35:42 +00:00
..
arm32_machdep.c Change some type-punning detected by gcc 3.3.1 to (void *). 2003-09-21 00:26:09 +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 Xscale-optimised b{copy,zero}_page(). 2003-10-13 21:03:13 +00:00
bus_dma.c In bus_dmamap_sync(), we can no longer rely on the data cache being 2003-10-30 08:44:13 +00:00
cpu.c Fix up some unitialised variables. 2003-10-26 23:11:15 +00:00
cpuswitch.S Don't drop to spl0 in cpu_switch/cpu_switchto. Do it in the idle loop 2003-10-23 08:59:10 +00:00
db_interface.c Fix up some unitialised variables. 2003-10-26 23:11:15 +00:00
db_machdep.c __KERNEL_RCSID() 2003-07-15 00:24:37 +00:00
exception.S Overhaul arm32's abort handlers: 2003-10-31 16:30:15 +00:00
fault.c Overhaul arm32's abort handlers: 2003-10-31 16:30:15 +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 Enable alignment faults on arm32 for both kernel and userland. 2003-10-25 19:44:42 +00:00
intr.c __KERNEL_RCSID() 2003-07-15 00:24:37 +00:00
irq_dispatch.S Move the alignment fault enable/disable code into macroes to avoid 2003-10-30 08:57:24 +00:00
kgdb_machdep.c __KERNEL_RCSID() 2003-07-15 00:24:37 +00:00
locore.S Reinstate one change from rev. 1.12, but differently. Preload r2 with 2003-04-20 16:21:40 +00:00
mem.c switch ARM to use same minor for /dev/zero as other archs 2003-10-16 12:02:58 +00:00
pmap.c avoid stong words in comments 2003-11-01 17:35:42 +00:00
setcpsr.S * Use local label names (.Lfoo vs. (Lfoo or foo)) 2002-08-15 01:37:01 +00:00
setstack.S * Use local label names (.Lfoo vs. (Lfoo or foo)) 2002-08-15 01:37:01 +00:00
spl.S More local label fixups. 2002-08-17 16:36:31 +00:00
stubs.c __KERNEL_RCSID() 2003-07-15 00:24:37 +00:00
sys_machdep.c __KERNEL_RCSID() 2003-07-15 00:24:37 +00:00
vm_machdep.c Don't drop to spl0 in cpu_switch/cpu_switchto. Do it in the idle loop 2003-10-23 08:59:10 +00:00