Re: [PATCH] fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size

2009-08-05 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [090721 19:10]: On Tue, 21 Jul 2009, Janboe Ye wrote: Thanks, Paul Tony Is there some issue about this patch? Tony's on vacation right now, so you shouldn't expect a response from him until he returns.

Re: [PATCH] fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size

2009-07-21 Thread Janboe Ye
Thanks, Paul Tony Is there some issue about this patch? Thanks Janboe Ye On Fri, 2009-07-17 at 16:04 -0600, Paul Walmsley wrote: On Thu, 16 Jul 2009, Janboe Ye wrote: resend for mini coding style fixing commit e85c205ac1427f2405021a36f083280ff0d0a35e increase vmalloc size. vmalloc

Re: [PATCH] fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size

2009-07-21 Thread Paul Walmsley
On Tue, 21 Jul 2009, Janboe Ye wrote: Thanks, Paul Tony Is there some issue about this patch? Tony's on vacation right now, so you shouldn't expect a response from him until he returns. http://www.mail-archive.com/linux-omap@vger.kernel.org/msg14015.html - Paul Thanks Janboe Ye

Re: [PATCH] fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size

2009-07-17 Thread Paul Walmsley
On Thu, 16 Jul 2009, Janboe Ye wrote: resend for mini coding style fixing commit e85c205ac1427f2405021a36f083280ff0d0a35e increase vmalloc size. vmalloc space will overlap with OMAP3 sram virtual address. Makes sense to me. I'm not sure how we missed this in the original patch.

[PATCH] fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size

2009-07-16 Thread Janboe Ye
commit e85c205ac1427f2405021a36f083280ff0d0a35e increase vmalloc size. vmalloc space will overlap with OMAP3 sram virtual address. Signed-off-by: Li Hong Mei hong-mei...@motorola.com Signed-off-by: Janboe Ye yuan-bo...@motorola.com --- arch/arm/plat-omap/sram.c |4 ++-- 1 files changed, 2

[PATCH] fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size

2009-07-16 Thread Janboe Ye
resend for mini coding style fixing commit e85c205ac1427f2405021a36f083280ff0d0a35e increase vmalloc size. vmalloc space will overlap with OMAP3 sram virtual address. Signed-off-by: Li Hong Mei hong-mei...@motorola.com Signed-off-by: Janboe Ye yuan-bo...@motorola.com ---