Source-Changes archive

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

CVS commit: [netbsd-9] src/sys/arch/vax



Module Name:    src
Committed By:   martin
Date:           Wed Jun 21 19:10:28 UTC 2023

Modified Files:
        src/sys/arch/vax/include [netbsd-9]: trap.h
        src/sys/arch/vax/vax [netbsd-9]: pmap.c

Log Message:
Pull up following revision(s) (requested by abs in ticket #1648):

        sys/arch/vax/vax/pmap.c: revision 1.196
        sys/arch/vax/include/trap.h: revision 1.25

Change CASMAGIC to 0xFEDABABE so that it cannot accidentally end up in
valid kernel memory.  Due to the VARM accesses above S0 should always
give a ptelen trap.

Bug found by Kalvis Duckmanton.

Ensure that the kernel do not try to allocate a S0 segment larger than 1G,
since the hardware prohibits that.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.24.58.1 src/sys/arch/vax/include/trap.h
cvs rdiff -u -r1.186 -r1.186.6.1 src/sys/arch/vax/vax/pmap.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