.. |
arm32_machdep.c
|
Make use of pmap_kenter instead of pmap_enter for kernel buffers.
|
2001-08-11 13:00:48 +00:00 |
ast.c
|
Move arm32/arm32/ast.c to arm/arm32/ast.c
|
2001-03-06 07:52:35 +00:00 |
bcopy_page.S
|
Patch in Richard E's changes to bcopy page, the loop doesn't need unrolling as much as it currently is due to the overhead of the load/stores taking most of the time. (profiling shows minimal time difference)
|
2001-08-11 12:44:42 +00:00 |
bcopyinout.S
|
Move compat_13_machdep.c, strstr.c, copystr.S, bcopyinout.S, and
|
2001-03-04 08:25:38 +00:00 |
bus_dma.c
|
Move the generic arm32 files into arm/arm32 from arm32/arm32, tested kernel builds on cats and riscpc.
|
2001-07-28 13:28:03 +00:00 |
conf.c
|
Readd sacom to cdevsw.
|
2001-09-09 09:54:13 +00:00 |
copystr.S
|
Move compat_13_machdep.c, strstr.c, copystr.S, bcopyinout.S, and
|
2001-03-04 08:25:38 +00:00 |
cpu.c
|
Flesh XSCALE support.
|
2001-09-05 16:13:18 +00:00 |
cpuswitch.S
|
Move the generic arm32 files into arm/arm32 from arm32/arm32, tested kernel builds on cats and riscpc.
|
2001-07-28 13:28:03 +00:00 |
db_interface.c
|
A couple of tidy ups to pmap:
|
2001-07-28 18:12:43 +00:00 |
db_machdep.c
|
Don't compile SPL/INTR stuff if NEWINTR is defined.
|
2001-09-05 17:08:41 +00:00 |
exception.S
|
Move the generic arm32 files into arm/arm32 from arm32/arm32, tested kernel builds on cats and riscpc.
|
2001-07-28 13:28:03 +00:00 |
fault.c
|
Change <machine/irqhandler.h> to <machine/intr.h> since the latter always
|
2001-09-05 16:17:35 +00:00 |
fusu.S
|
Move the generic arm32 files into arm/arm32 from arm32/arm32, tested kernel builds on cats and riscpc.
|
2001-07-28 13:28:03 +00:00 |
genassym.cf
|
Don't compile SPL/INTR stuff if NEWINTR is defined.
|
2001-09-05 17:08:41 +00:00 |
intr.c
|
Change <machine/irqhandler.h> to <machine/intr.h> since the latter always
|
2001-09-05 16:17:35 +00:00 |
locore.S
|
finish moving common arm32 bits out into arm/arm32.
|
2001-07-28 15:08:10 +00:00 |
mem.c
|
Move the generic arm32 files into arm/arm32 from arm32/arm32, tested kernel builds on cats and riscpc.
|
2001-07-28 13:28:03 +00:00 |
pmap.c
|
Fix compile without DIAGNOSTICs enabled
|
2001-08-11 14:47:56 +00:00 |
setcpsr.S
|
Move the generic arm32 files into arm/arm32 from arm32/arm32, tested kernel builds on cats and riscpc.
|
2001-07-28 13:28:03 +00:00 |
setstack.S
|
Move the generic arm32 files into arm/arm32 from arm32/arm32, tested kernel builds on cats and riscpc.
|
2001-07-28 13:28:03 +00:00 |
spl.S
|
Move the generic arm32 files into arm/arm32 from arm32/arm32, tested kernel builds on cats and riscpc.
|
2001-07-28 13:28:03 +00:00 |
stubs.c
|
Don't compile SPL/INTR stuff if NEWINTR is defined.
|
2001-09-05 17:08:41 +00:00 |
sys_machdep.c
|
|
|
syscall.c
|
|
|
vm_machdep.c
|
Arm has a vac, so we must use pmap_enter/remove for vmapbuf rather than k* versions, otherwise we may not be doing the right caching thing.
|
2001-08-20 21:52:09 +00:00 |