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:           Fri Nov  7 14:58:30 UTC 2025

Modified Files:
        src/sys/arch/amiga/amiga: genassym.cf
        src/sys/arch/atari/atari: genassym.cf

Log Message:
G/C the PTE/STE bits definitions from genassym.cf; they're not used by
assembly code, with the exception of PG_FRAME, which is not actually
used with PTEs but rather to truncate regular virtual addresses.  As
such, provide an independent definition for it derived from PGOFSET,
decoupling it from PTE bits.  XXX Should rename it to PGFRAME eventually.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/amiga/amiga/genassym.cf
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/atari/atari/genassym.cf

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