RE: [PATCH 2/2] OMAP3: Implemented VFP restore/save context

2009-11-24 Thread Tero.Kristo
>-Original Message- >From: ext Sripathy, Vishwanath [mailto:vishwanath...@ti.com] >Sent: 24 November, 2009 13:34 >To: Kristo Tero (Nokia-D/Tampere); linux-arm-ker...@lists.infradead.org >Cc: linux-omap@vger.kernel.org >Subject: RE: [PATCH 2/2] OMAP3: Implemente

RE: [PATCH 2/2] OMAP3: Implemented VFP restore/save context

2009-11-24 Thread Sripathy, Vishwanath
ct: [PATCH 2/2] OMAP3: Implemented VFP restore/save context > > From: Tero Kristo > > VFP save context is called before MPU/NEON off. Restore is not needed as > the next VFP trap will restore context automatically. Uses the support > routine implemented in arch/arm/vfp/vfpmodule.c. >

[PATCH 2/2] OMAP3: Implemented VFP restore/save context

2009-11-24 Thread Tero Kristo
From: Tero Kristo VFP save context is called before MPU/NEON off. Restore is not needed as the next VFP trap will restore context automatically. Uses the support routine implemented in arch/arm/vfp/vfpmodule.c. Signed-off-by: Tero Kristo Acked-by: Tony Lindgren Cc: Vishwanath Sripathy Cc: Raj

Re: [PATCH 2/2] OMAP3: Implemented VFP restore/save context

2009-11-23 Thread Kevin Hilman
Tero Kristo writes: > From: Tero Kristo > > VFP save context is called before MPU/NEON off. Restore is not needed as > the next VFP trap will restore context automatically. Uses the support > routine implemented in arch/arm/vfp/vfpmodule.c. > > Signed-off-by: Tero Kristo > Cc: Vishwanath Sripat

[PATCH 2/2] OMAP3: Implemented VFP restore/save context

2009-11-19 Thread Tero Kristo
From: Tero Kristo VFP save context is called before MPU/NEON off. Restore is not needed as the next VFP trap will restore context automatically. Uses the support routine implemented in arch/arm/vfp/vfpmodule.c. Signed-off-by: Tero Kristo Cc: Vishwanath Sripathy Cc: Rajendra Nayak Cc: Richard