Re: [PATCH] ARM: decompressor: clear SCTLR.A bit for v7 cores

2013-02-20 Thread Johannes Stezenbach
Replying to old thread, for full context see http://thread.gmane.org/gmane.linux.ports.arm.kernel/180226/focus=197914 On Tue, Nov 06, 2012 at 11:02:27AM +1300, Michael Hope wrote: > On 6 November 2012 02:48, Rob Herring wrote: > > > > I tried adding -munaligned-accesses on a v6 build and still ge

Re: [PATCH] ARM: decompressor: clear SCTLR.A bit for v7 cores

2013-02-20 Thread Johannes Stezenbach
On Wed, Feb 20, 2013 at 03:56:54PM +0100, Johannes Stezenbach wrote: > Replying to old thread, for full context see > http://thread.gmane.org/gmane.linux.ports.arm.kernel/180226/focus=197914 > > On Tue, Nov 06, 2012 at 11:02:27AM +1300, Michael Hope wrote: Oh, mail to michael.h...@linaro.org boun

Re: [PATCH] ARM: decompressor: clear SCTLR.A bit for v7 cores

2012-11-05 Thread Michael Hope
On 6 November 2012 02:48, Rob Herring wrote: > > On 11/05/2012 05:13 AM, Russell King - ARM Linux wrote: > > On Mon, Nov 05, 2012 at 10:48:50AM +, Dave Martin wrote: > >> On Thu, Oct 25, 2012 at 05:08:16PM +0200, Johannes Stezenbach wrote: > >>> On Thu, Oct 25, 2012 at 09:25:06AM -0500, Rob He