Re: CVS commit: src/sys/arch/xen

2013-01-12 Thread Cherry G. Mathew
Hi Manuel,

On 13 January 2013 02:39, Manuel Bouyer bou...@netbsd.org wrote:
 Module Name:src
 Committed By:   bouyer
 Date:   Sat Jan 12 21:09:10 UTC 2013

 Modified Files:
 src/sys/arch/xen/include: hypervisor.h
 src/sys/arch/xen/x86: hypervisor_machdep.c
 src/sys/arch/xen/xen: evtchn.c

 Log Message:
 Revert these commits from november 2012:
 http://mail-index.netbsd.org/source-changes/2012/11/25/msg039125.html
 http://mail-index.netbsd.org/source-changes/2012/11/25/msg039126.html

This commit has no functional difference. Are you sure it needs to be
backed out ?

 http://mail-index.netbsd.org/source-changes/2012/11/25/msg039142.html




 they cause a i386PAE domU to hang while running ATF tests, as shown in
 http://www-soc.lip6.fr/~bouyer/NetBSD-tests/xen/HEAD/

 (we should pay more attention to test results, myself first).

I was happy to back these out myself, but I couldn't reproduce your bug.


-- 
~Cherry


Re: CVS commit: src/sys/arch/arm/broadcom

2013-01-12 Thread Nick Hudson

On 01/13/13 06:10, Nick Hudson wrote:

Module Name:src
Committed By:   skrll
Date:   Sun Jan 13 06:10:25 UTC 2013

Modified Files:
src/sys/arch/arm/broadcom: bcm2835_space.c

Log Message:
Support BUS_SPACE_MAP_CACHEABLE.


Should read Simplify by using PMAP_NOCACHE

Nick