[PATCH v3 4/6] ARM: mm: Correct virt_to_phys patching for 64 bit physical addresses
Sricharan R
r.sricharan at ti.com
Tue Oct 8 07:43:46 EDT 2013
On Tuesday 08 October 2013 01:12 AM, Nicolas Pitre wrote:
> On Mon, 7 Oct 2013, Santosh Shilimkar wrote:
>
>> Update patch below with your review tag for records.
>>
>> Regards,
>> Santosh
> Micronit:
>
>> .data
>> .globl __pv_phys_offset
>> .type __pv_phys_offset, %object
>> __pv_phys_offset:
>> - .long 0
>> - .size __pv_phys_offset, . - __pv_phys_offset
>> + .quad 0
>> +
>> + .data
>> + .globl __pv_offset
>> + .type __pv_offset, %object
>> __pv_offset:
>> - .long 0
>> + .quad 0
> Please keep the .size statement for __pv_phys_offset, and adding one for
> __pv_offset wouldn't hurt either. And the second .data is redundant.
>
Ok, will update this.
Regards,
Sricharan
More information about the linux-arm-kernel
mailing list