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 15:34:36 UTC 2025

Modified Files:
        src/sys/arch/luna68k/luna68k: locore.s
        src/sys/arch/news68k/news68k: locore.s

Log Message:
Don't RELOC() to get the value of "end", instead use the literal value.
This is because, later, the value is adjusted for the VA<->PA relocation
offset because this code path is common with the relocation of the value
stored at "esym", which is a virtual address.

The net effect is nil, because this is a kernel VA==PA system, but the
code should be correct in order to reduce confusion when others look at
it for reference.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/arch/luna68k/luna68k/locore.s
cvs rdiff -u -r1.90 -r1.91 src/sys/arch/news68k/news68k/locore.s

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