Re: [PATCH 02/22] ARM: use late patch framework for phys-virt patching

2012-08-05 Thread Nicolas Pitre
On Sun, 5 Aug 2012, Cyril Chemparathy wrote: > Hi Nicolas, > > On 8/4/2012 2:15 AM, Nicolas Pitre wrote: > > On Tue, 31 Jul 2012, Cyril Chemparathy wrote: > > > > > This patch replaces the original physical offset patching implementation > > > with one that uses the newly added patching

Re: [PATCH 02/22] ARM: use late patch framework for phys-virt patching

2012-08-05 Thread Cyril Chemparathy
Hi Nicolas, On 8/4/2012 2:15 AM, Nicolas Pitre wrote: On Tue, 31 Jul 2012, Cyril Chemparathy wrote: This patch replaces the original physical offset patching implementation with one that uses the newly added patching framework. In the process, we now unconditionally initialize the

Re: [PATCH 02/22] ARM: use late patch framework for phys-virt patching

2012-08-05 Thread Cyril Chemparathy
Hi Nicolas, On 8/4/2012 2:15 AM, Nicolas Pitre wrote: On Tue, 31 Jul 2012, Cyril Chemparathy wrote: This patch replaces the original physical offset patching implementation with one that uses the newly added patching framework. In the process, we now unconditionally initialize the

Re: [PATCH 02/22] ARM: use late patch framework for phys-virt patching

2012-08-05 Thread Nicolas Pitre
On Sun, 5 Aug 2012, Cyril Chemparathy wrote: Hi Nicolas, On 8/4/2012 2:15 AM, Nicolas Pitre wrote: On Tue, 31 Jul 2012, Cyril Chemparathy wrote: This patch replaces the original physical offset patching implementation with one that uses the newly added patching framework. In the

Re: [PATCH 02/22] ARM: use late patch framework for phys-virt patching

2012-08-04 Thread Nicolas Pitre
On Tue, 31 Jul 2012, Cyril Chemparathy wrote: > This patch replaces the original physical offset patching implementation > with one that uses the newly added patching framework. In the process, we now > unconditionally initialize the __pv_phys_offset and __pv_offset globals in the > head.S code.

Re: [PATCH 02/22] ARM: use late patch framework for phys-virt patching

2012-08-04 Thread Nicolas Pitre
On Tue, 31 Jul 2012, Cyril Chemparathy wrote: This patch replaces the original physical offset patching implementation with one that uses the newly added patching framework. In the process, we now unconditionally initialize the __pv_phys_offset and __pv_offset globals in the head.S code.

[PATCH 02/22] ARM: use late patch framework for phys-virt patching

2012-07-31 Thread Cyril Chemparathy
This patch replaces the original physical offset patching implementation with one that uses the newly added patching framework. In the process, we now unconditionally initialize the __pv_phys_offset and __pv_offset globals in the head.S code. Signed-off-by: Cyril Chemparathy ---

[PATCH 02/22] ARM: use late patch framework for phys-virt patching

2012-07-31 Thread Cyril Chemparathy
This patch replaces the original physical offset patching implementation with one that uses the newly added patching framework. In the process, we now unconditionally initialize the __pv_phys_offset and __pv_offset globals in the head.S code. Signed-off-by: Cyril Chemparathy cy...@ti.com ---