Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   thorpej
Date:           Thu Nov  6 01:50:27 UTC 2025

Modified Files:
        src/sys/arch/cesfic/cesfic: pmap_bootstrap.c
        src/sys/arch/hp300/hp300: pmap_bootstrap.c
        src/sys/arch/luna68k/luna68k: pmap_bootstrap.c
        src/sys/arch/mac68k/mac68k: pmap_bootstrap.c
        src/sys/arch/mvme68k/mvme68k: pmap_bootstrap.c
        src/sys/arch/news68k/news68k: pmap_bootstrap.c
        src/sys/arch/next68k/next68k: pmap_bootstrap.c
        src/sys/arch/virt68k/virt68k: pmap_bootstrap.c
        src/sys/arch/x68k/x68k: pmap_bootstrap.c

Log Message:
Change the signature of pmap_bootstrap() to return a paddr_t, the
next available PA after the static memory allocation performed in
pmap_bootstrap() itself.

NFC for now -- eventually, this will be used to move system-specific
code out of pmap_bootstrap(), and thus make it more sharable between
system types.  (Necessary, but not sufficient, as the kids say...)


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/cesfic/cesfic/pmap_bootstrap.c
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/hp300/hp300/pmap_bootstrap.c
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/luna68k/luna68k/pmap_bootstrap.c
cvs rdiff -u -r1.98 -r1.99 src/sys/arch/mac68k/mac68k/pmap_bootstrap.c
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/mvme68k/mvme68k/pmap_bootstrap.c
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/news68k/news68k/pmap_bootstrap.c
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/next68k/next68k/pmap_bootstrap.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/virt68k/virt68k/pmap_bootstrap.c
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/x68k/x68k/pmap_bootstrap.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