2012-08-01 12:09:35

by Sergei Shtylyov

[permalink] [raw]
Subject: Re: [PATCH 06/22] ARM: LPAE: use phys_addr_t in alloc_init_pud()

Hello.

On 01-08-2012 3:04, Cyril Chemparathy wrote:

> From: Vitaly Andrianov <[email protected]>

> This patch fixes the alloc_init_pud() function to use phys_addr_t instead of
> unsigned long when passing in the phys argument.

> This is an extension to commit 97092e0c56830457af0639f6bd904537a150ea4a, which

Please also specify that commit's summary in parens.

> applied similar changes elsewhere in the ARM memory management code.

> Signed-off-by: Vitaly Andrianov <[email protected]>
> Signed-off-by: Cyril Chemparathy <[email protected]>

WBR, Sergei


2012-08-01 15:42:23

by Cyril Chemparathy

[permalink] [raw]
Subject: Re: [PATCH 06/22] ARM: LPAE: use phys_addr_t in alloc_init_pud()

On 8/1/2012 8:08 AM, Sergei Shtylyov wrote:
> Hello.
>
> On 01-08-2012 3:04, Cyril Chemparathy wrote:
>
>> From: Vitaly Andrianov <[email protected]>
>
>> This patch fixes the alloc_init_pud() function to use phys_addr_t
>> instead of
>> unsigned long when passing in the phys argument.
>
>> This is an extension to commit
>> 97092e0c56830457af0639f6bd904537a150ea4a, which
>
> Please also specify that commit's summary in parens.

Thanks Sergei. Will do so. I'm assuming you meant headline and not
summary.

>
>> applied similar changes elsewhere in the ARM memory management code.
>
>> Signed-off-by: Vitaly Andrianov <[email protected]>
>> Signed-off-by: Cyril Chemparathy <[email protected]>
>
> WBR, Sergei
>

--
Thanks
- Cyril