Module Name: src Committed By: thorpej Date: Sun Aug 16 18:05:52 UTC 2020
Modified Files: src/sys/arch/alpha/alpha: vm_machdep.c Log Message: In cpu_lwp_fork(), make sure that the PTBR field in l2's HWPCB references the lev1map associated with l2's pmap. Otherwise, the first time we SWPCTX to l2, we'll be on l1's page tables until the first pmap_activate() call for l2. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/arch/alpha/alpha/vm_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.