Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-10] src/sys/arch/vax
Module Name: src
Committed By: martin
Date: Wed Jun 21 19:09:07 UTC 2023
Modified Files:
src/sys/arch/vax/include [netbsd-10]: trap.h
src/sys/arch/vax/vax [netbsd-10]: pmap.c
Log Message:
Pull up following revision(s) (requested by abs in ticket #201):
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.84.1 src/sys/arch/vax/include/trap.h
cvs rdiff -u -r1.195 -r1.195.2.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