[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-id: <53FF17A0.1030100@samsung.com>
Date: Thu, 28 Aug 2014 15:50:56 +0400
From: Konstantin Khlebnikov <k.khlebnikov@...sung.com>
To: Will Deacon <will.deacon@....com>,
Jassi Brar <jassisinghbrar@...il.com>
Cc: Konstantin Khlebnikov <koct9i@...il.com>,
Russell King <linux@....linux.org.uk>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Vitaly Andrianov <vitalya@...com>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH 1/2] ARM: LPAE: load upper bits of early TTBR0/TTBR1
On 2014-08-28 15:03, Will Deacon wrote:
> On Wed, Aug 27, 2014 at 04:45:24PM +0100, Jassi Brar wrote:
>> On Wed, Aug 27, 2014 at 9:01 PM, Konstantin Khlebnikov <koct9i@...il.com> wrote:
>>> On Wed, Aug 27, 2014 at 7:26 PM, Jassi Brar <jassisinghbrar@...il.com> wrote:
>>>> It seems the patch wasn't tested on any real platform, I did on my
>>>> CA15 based platform - it breaks boot. Simply reverting the patch gets
>>>> it going again. I am happy to try any fix.
>>>>
>>> Please try to remove adcls line.
>>> Seems like this affects only systems where PHYS_OFFSET == PAGE_OFFSET.
>>>
>>> --- a/arch/arm/mm/proc-v7-3level.S
>>> +++ b/arch/arm/mm/proc-v7-3level.S
>>> @@ -146,7 +146,6 @@ ENDPROC(cpu_v7_set_pte_ext)
>>> mov \tmp, \ttbr1, lsr #(32 - ARCH_PGD_SHIFT) @ upper bits
>>> mov \ttbr1, \ttbr1, lsl #ARCH_PGD_SHIFT @ lower bits
>>> addls \ttbr1, \ttbr1, #TTBR1_OFFSET
>>> - adcls \tmp, \tmp, #0
>>> mcrr p15, 1, \ttbr1, \tmp, c2 @ load TTBR1
>>> mov \tmp, \ttbr0, lsr #(32 - ARCH_PGD_SHIFT) @ upper bits
>>> mov \ttbr0, \ttbr0, lsl #ARCH_PGD_SHIFT @ lower bits
>>>
>> Yup, restores boot.
> Can somebody write this up as a proper patch and put it in the patch system
> please?
Ok. Done.
http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=8132/1
>
> Will
>
View attachment "arm-lpae-remove-carry-flag-correction-after-adding-ttbr1_offset" of type "text/plain" (1482 bytes)
Powered by blists - more mailing lists