NetBSD-Bugs archive

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

PR/52102 CVS commit: src/sys/arch/arm/arm32



The following reply was made to PR port-shark/52102; it has been noted by GNATS.

From: "Felix Deichmann" <flxd%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52102 CVS commit: src/sys/arch/arm/arm32
Date: Sun, 8 Oct 2017 12:09:44 +0000

 Module Name:	src
 Committed By:	flxd
 Date:		Sun Oct  8 12:09:44 UTC 2017
 
 Modified Files:
 	src/sys/arch/arm/arm32: vm_machdep.c
 
 Log Message:
 In vmapbuf use pmap_enter(pmap_kernel(), ...) and not pmap_kenter_pa as the
 former handles multiple mappings for VIPT AND VIVT correctly whereas the latter
 doesn't work for VIVT. PR port-shark/52102
 From skrll@. Tested by martin@ and me.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.70 -r1.71 src/sys/arch/arm/arm32/vm_machdep.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