thorpej
454e106a48
map_chunk() -> pmap_map_chunk(), and move it to pmap.c
2002-02-21 02:52:19 +00:00
thorpej
425011f621
map_pagetable() -> pmap_link_l2pt(), and move it to pmap.c
2002-02-20 20:41:15 +00:00
thorpej
c44b9117f0
Collapse map_entry{,ro,nc}() into a single pmap_map_entry() that
...
takes a prot and a "cacheable" indicator.
2002-02-20 02:32:56 +00:00
thorpej
9c31f51c34
Rename map_section() to pmap_map_section(), move it to pmap.c, and give it
...
an extra argument (prot - specifies protection of the mapping).
2002-02-20 00:10:15 +00:00
thorpej
e594c94727
Some prototype cleanup.
2002-01-20 03:41:47 +00:00
chris
8dd3ca5994
Finish up the changes to get LOOSE_PROTOTYPES working for cats.
...
Note that this leaves a few inconsistencies (no more than we already had though) eg initarm is now prototyped in arm32/machdep.h, however only cats currently makes use of that header.
2002-01-07 22:58:07 +00:00
chris
e3a3a9f56f
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