Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/m68k



Module Name:    src
Committed By:   thorpej
Date:           Fri Apr 24 14:47:37 UTC 2026

Modified Files:
        src/sys/arch/m68k/include: pmap_68k.h pmap_motorola.h
        src/sys/arch/m68k/m68k: pmap_68k.c pmap_motorola.c

Log Message:
Introduce new functions:
- pmap_pa_has_static_mapping() -- Does the specified physical address
  range have a static mapping (either TT or allocated in pmap_bootstrap1())?
- pmap_va_is_static_mapping() -- Is the specified virtual address range
  one of those static mappings?


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/m68k/include/pmap_68k.h
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/m68k/include/pmap_motorola.h
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/m68k/m68k/pmap_68k.c
cvs rdiff -u -r1.103 -r1.104 src/sys/arch/m68k/m68k/pmap_motorola.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index