Re: [PATCH 2/2] ARM: OMAP5: Add HYP mode entry support for secondary CPUs

2013-11-25 Thread Christoffer Dall
the secondary CPU boot path for hyp mode etry. Cc: Marc Zyngier marc.zyng...@arm.com Cc: Christoffer Dall christoffer.d...@linaro.org Cc: Tony Lindgren t...@atomide.com Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-omap2/omap-headsmp.S |7 +++ 1 file

Re: [PATCH 2/2] ARM: OMAP5: Add HYP mode entry support for secondary CPUs

2013-11-25 Thread Christoffer Dall
On 25 November 2013 08:28, Santosh Shilimkar santosh.shilim...@ti.com wrote: On Monday 25 November 2013 10:09 AM, Christoffer Dall wrote: On 23 November 2013 16:07, Santosh Shilimkar santosh.shilim...@ti.com wrote: Boot-CPU entry into the HYP mode is managed in boot-loader but the secondary

[RFC PATCH] ARM: mm: Fix alloc_init_section bug on LPAE

2013-01-25 Thread Christoffer Dall
...@cs.columbia.edu Signed-off-by: Christoffer Dall ch...@cloudcar.com --- arch/arm/mm/mmu.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index ce328c7..1cecc99 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c @@ -603,11

Re: [RFC PATCH] ARM: mm: Fix alloc_init_section bug on LPAE

2013-01-25 Thread Christoffer Dall
On Fri, Jan 25, 2013 at 11:50 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: Hi Christoffer, On Saturday 26 January 2013 06:01 AM, Christoffer Dall wrote: When using LPAE the call to alloc_init_pte is passed then end address for the entire 1st level page table region, and the code