NetBSD-Bugs archive

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

PR/51990 CVS commit: src/sys/arch/arm



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

From: "Nick Hudson" <skrll%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51990 CVS commit: src/sys/arch/arm
Date: Thu, 23 Feb 2017 08:22:20 +0000

 Module Name:	src
 Committed By:	skrll
 Date:		Thu Feb 23 08:22:20 UTC 2017
 
 Modified Files:
 	src/sys/arch/arm/arm32: pmap.c
 	src/sys/arch/arm/include/arm32: pmap.h
 
 Log Message:
 Fixup the compile time decisions around PMAP_{INCLUDE,NEEDS}_PTE_SYNC and
 fix the options for xscale boards which require the code in
 pmap_l2ptp_ctor marked as #ifndef PMAP_INCLUDE_PTE_SYNC.
 
 Fix the typo (pte -> opte) in this code block and consistently use opte
 elsewhere.
 
 PR/51990: Regression data_abort_handler: data_aborts fsr=0x406 far=0xbfffeff5  on copyout in init
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.342 -r1.343 src/sys/arch/arm/arm32/pmap.c
 cvs rdiff -u -r1.144 -r1.145 src/sys/arch/arm/include/arm32/pmap.h
 
 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