Source-Changes archive

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

CVS commit: src/sys/arch/hp300/hp300



Module Name:    src
Committed By:   tsutsui
Date:           Wed Nov 26 09:19:09 UTC 2025

Modified Files:
        src/sys/arch/hp300/hp300: locore.s

Log Message:
Remove bogus "restore old high page contents" lines in locore doboot.

It seems these lines should have been removed (or not been added later)
when Hibler's hp300 updates (MAXADDR was changed always mapped,
and 68040 support) were committed to 4.4BSD in 1990 and 1992:
 https://svnweb.freebsd.org/csrg?view=revision&revision=45751
 https://svnweb.freebsd.org/csrg/sys/hp300/hp300/locore.s?r1=45359&r2=45751
 https://svnweb.freebsd.org/csrg?view=revision&revision=53933
 https://svnweb.freebsd.org/csrg/sys/hp300/hp300/locore.s?r1=50544&r2=53933

Probably harmless (PROM doesn't refer the bogus written value),
and no visible hehavior change on HP9000/382 during reboot.


To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 src/sys/arch/hp300/hp300/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