freebsd-dev/sys/powerpc/booke
Dimitry Andric d142601887 powerpc: fix a few pmap related functions to return correct types
While experimenting with changing boolean_t to another type, I noticed
that several powerpc pmap related functions returned the wrong type:
boolean_t instead of int.

Fix several declarations and definitions to match the actual pmap
function types: pmap_dev_direct_mapped_t and pmap_ts_referenced_t.

MFC after:	3 days
2023-04-23 15:23:04 +02:00
..
booke_machdep.c
locore.S
machdep_e500.c powerpc booke cpu_machine_check: Remove unused variable. 2022-04-18 12:08:10 -07:00
mp_cpudep.c Adjust function definitions in mp_cpudep.c.c to avoid clang 15 warnings 2022-08-15 20:48:35 +02:00
platform_bare.c
pmap_32.c Convert vm_page_alloc() callers to use vm_page_alloc_noobj(). 2021-10-19 21:22:56 -04:00
pmap_64.c Convert vm_page_alloc() callers to use vm_page_alloc_noobj(). 2021-10-19 21:22:56 -04:00
pmap.c powerpc: fix a few pmap related functions to return correct types 2023-04-23 15:23:04 +02:00
spe.c
trap_subr.S powerpc: Correct some typos in source code comments 2022-09-04 13:32:13 +02:00