NetBSD-Bugs archive

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

Re: port-evbarm/48669



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

From: Petri Laakso <petri.laakso%asd.fi@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: port-evbarm/48669
Date: Wed, 29 Oct 2014 11:17:08 +0200 (EET)

 Hi
 
 evbarm/imx23_olinuxino boots again without panic if following patch
 is applied. Can someone please apply this?
 
 >Fix:
 
 +++ sys/arch/evbarm/imx23_olinuxino/imx23_olinuxino_machdep.c	28 Oct 2014 18:35:26 -0000
 @@ -179,7 +179,7 @@
               ((vsize_t)&KERNEL_BASE_phys));
 
           arm32_kernel_vm_init(KERNEL_VM_BASE, ARM_VECTORS_HIGH, 0, devmap,
 -	    true);
 +	    false);
 
           return initarm_common(KERNEL_VM_BASE, KERNEL_VM_SIZE, NULL, 0);
   }
 


Home | Main Index | Thread Index | Old Index