.. |
arm32_machdep.c
|
Remove prototype for strtoul() that was in the wrong place.
|
2003-06-04 13:30:05 +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
|
Use PAGE_SIZE rather than NBPG.
|
2003-04-08 22:57:53 +00:00 |
bus_dma.c
|
Remove #ifdefs supporting the old pmap, switching fully to the new.
|
2003-05-21 18:04:42 +00:00 |
cpu.c
|
support IXP425 Intel Network Processor
|
2003-05-23 00:57:23 +00:00 |
cpuswitch.S
|
Fix LINTSTUB comments.
|
2003-05-31 01:40:05 +00:00 |
db_interface.c
|
Modify db_{read,write}_bytes() to do a single 16- or 32-bit read/write if
|
2003-06-06 10:07:07 +00:00 |
db_machdep.c
|
Make some of the arm32 files build with LOOSE_PROTOTYPES not set in the makefile. Turned up a few mismatched functions. Note that this isn't all of the arm32 files. Aim will be to get arm32 kernels built with LOOSE_PROTOTYPES not set.
|
2002-01-05 22:41:46 +00:00 |
exception.S
|
interrupt with two rs.
|
2003-01-06 13:04:54 +00:00 |
fault.c
|
Remove #ifdefs supporting the old pmap, switching fully to the new.
|
2003-05-21 18:04:42 +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
|
Remove old pmap support.
|
2003-05-22 19:18:31 +00:00 |
intr.c
|
Rename IPL_IMP -> IPL_VM.
|
2003-06-16 20:00:56 +00:00 |
irq_dispatch.S
|
Fiddle with current_intr_depth in assembly code again. Because we
|
2003-01-03 00:38:16 +00:00 |
kgdb_machdep.c
|
Add arm32 machine-specific remote kgdb support. Largely
|
2003-04-28 01:54:49 +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
|
Use PAGE_SIZE rather than NBPG.
|
2003-04-01 23:19:08 +00:00 |
pmap.c
|
Add another devmap routine that allows bootstrap code to register
|
2003-06-15 18:18:16 +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
|
Use PAGE_SIZE rather than NBPG.
|
2003-04-01 23:19:08 +00:00 |
sys_machdep.c
|
Merge the nathanw_sa branch.
|
2003-01-17 21:55:23 +00:00 |
vm_machdep.c
|
Rewrite pagemove() to use pmap functions, rather than frobbing PTEs
|
2003-05-17 00:41:36 +00:00 |