Message ID | 20140619224004.GF558@drone.musicnaut.iki.fi (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Jun 20, 2014 at 01:40:04AM +0300, Aaro Koskinen wrote: > So I tried the below change. But now it hangs early, even before > the earlyprintk is working. :-/ Thanks for trying. I notice you said "write-through", so can you drop the PMD_SECT_BUFFERABLE flag and try again please?
Hi, On Fri, Jun 20, 2014 at 12:36:26AM +0100, Russell King - ARM Linux wrote: > On Fri, Jun 20, 2014 at 01:40:04AM +0300, Aaro Koskinen wrote: > > So I tried the below change. But now it hangs early, even before > > the earlyprintk is working. :-/ > > Thanks for trying. I notice you said "write-through", so can you > drop the PMD_SECT_BUFFERABLE flag and try again please? Yes, that works. A.
diff --git a/arch/arm/mm/proc-arm925.S b/arch/arm/mm/proc-arm925.S index 97448c3..cb7c0e7 100644 --- a/arch/arm/mm/proc-arm925.S +++ b/arch/arm/mm/proc-arm925.S @@ -502,6 +502,8 @@ __\name\()_proc_info: .long \cpu_val .long \cpu_mask .long PMD_TYPE_SECT | \ + PMD_SECT_BUFFERABLE | \ + PMD_SECT_CACHEABLE | \ PMD_BIT4 | \ PMD_SECT_AP_WRITE | \ PMD_SECT_AP_READ