Re: [PATCH v2 05/22] ARM: LPAE: support 64-bit virt_to_phys patching

2012-08-12 Thread Nicolas Pitre
On Sun, 12 Aug 2012, Cyril Chemparathy wrote: > On 08/11/12 23:39, Nicolas Pitre wrote: > > On Fri, 10 Aug 2012, Cyril Chemparathy wrote: > > > > > This patch adds support for 64-bit physical addresses in virt_to_phys() > > > patching. This does not do real 64-bit add/sub, but instead patches

Re: [PATCH v2 05/22] ARM: LPAE: support 64-bit virt_to_phys patching

2012-08-12 Thread Cyril Chemparathy
On 08/11/12 23:39, Nicolas Pitre wrote: On Fri, 10 Aug 2012, Cyril Chemparathy wrote: This patch adds support for 64-bit physical addresses in virt_to_phys() patching. This does not do real 64-bit add/sub, but instead patches in the upper 32-bits of the phys_offset directly into the output of

Re: [PATCH v2 05/22] ARM: LPAE: support 64-bit virt_to_phys patching

2012-08-12 Thread Cyril Chemparathy
On 08/11/12 23:39, Nicolas Pitre wrote: On Fri, 10 Aug 2012, Cyril Chemparathy wrote: This patch adds support for 64-bit physical addresses in virt_to_phys() patching. This does not do real 64-bit add/sub, but instead patches in the upper 32-bits of the phys_offset directly into the output of

Re: [PATCH v2 05/22] ARM: LPAE: support 64-bit virt_to_phys patching

2012-08-12 Thread Nicolas Pitre
On Sun, 12 Aug 2012, Cyril Chemparathy wrote: On 08/11/12 23:39, Nicolas Pitre wrote: On Fri, 10 Aug 2012, Cyril Chemparathy wrote: This patch adds support for 64-bit physical addresses in virt_to_phys() patching. This does not do real 64-bit add/sub, but instead patches in the

Re: [PATCH v2 05/22] ARM: LPAE: support 64-bit virt_to_phys patching

2012-08-11 Thread Nicolas Pitre
On Fri, 10 Aug 2012, Cyril Chemparathy wrote: > This patch adds support for 64-bit physical addresses in virt_to_phys() > patching. This does not do real 64-bit add/sub, but instead patches in the > upper 32-bits of the phys_offset directly into the output of virt_to_phys. > > There is no

Re: [PATCH v2 05/22] ARM: LPAE: support 64-bit virt_to_phys patching

2012-08-11 Thread Nicolas Pitre
On Fri, 10 Aug 2012, Cyril Chemparathy wrote: This patch adds support for 64-bit physical addresses in virt_to_phys() patching. This does not do real 64-bit add/sub, but instead patches in the upper 32-bits of the phys_offset directly into the output of virt_to_phys. There is no

[PATCH v2 05/22] ARM: LPAE: support 64-bit virt_to_phys patching

2012-08-10 Thread Cyril Chemparathy
This patch adds support for 64-bit physical addresses in virt_to_phys() patching. This does not do real 64-bit add/sub, but instead patches in the upper 32-bits of the phys_offset directly into the output of virt_to_phys. There is no corresponding change on the phys_to_virt() side, because

[PATCH v2 05/22] ARM: LPAE: support 64-bit virt_to_phys patching

2012-08-10 Thread Cyril Chemparathy
This patch adds support for 64-bit physical addresses in virt_to_phys() patching. This does not do real 64-bit add/sub, but instead patches in the upper 32-bits of the phys_offset directly into the output of virt_to_phys. There is no corresponding change on the phys_to_virt() side, because