Re: [PATCH] zsmalloc: Fix TLB coherency and build problem

2013-02-19 Thread Minchan Kim
On Tue, Feb 19, 2013 at 06:07:40PM +0800, Simon Jeons wrote: > On 01/28/2013 09:00 AM, Minchan Kim wrote: > >Recently, Matt Sealey reported he fail to build zsmalloc caused by > >using of local_flush_tlb_kernel_range which are architecture dependent > >function so !CONFIG_SMP in ARM couldn't implem

Re: [PATCH] zsmalloc: Fix TLB coherency and build problem

2013-02-19 Thread Simon Jeons
On 01/28/2013 09:00 AM, Minchan Kim wrote: Recently, Matt Sealey reported he fail to build zsmalloc caused by using of local_flush_tlb_kernel_range which are architecture dependent function so !CONFIG_SMP in ARM couldn't implement it so it ends up build error following as. Confuse me! 1) Why I

Re: [PATCH] zsmalloc: Fix TLB coherency and build problem

2013-02-03 Thread Minchan Kim
On Fri, Feb 01, 2013 at 02:02:18PM +, Russell King - ARM Linux wrote: > On Mon, Jan 28, 2013 at 10:00:08AM +0900, Minchan Kim wrote: > > @@ -663,7 +661,7 @@ static inline void __zs_unmap_object(struct > > mapping_area *area, > > > > flush_cache_vunmap(addr, end); > > unmap_kernel_ran

Re: [PATCH] zsmalloc: Fix TLB coherency and build problem

2013-02-01 Thread Russell King - ARM Linux
On Mon, Jan 28, 2013 at 10:00:08AM +0900, Minchan Kim wrote: > @@ -663,7 +661,7 @@ static inline void __zs_unmap_object(struct mapping_area > *area, > > flush_cache_vunmap(addr, end); > unmap_kernel_range_noflush(addr, PAGE_SIZE * 2); > - local_flush_tlb_kernel_range(addr, end);

Re: [PATCH] zsmalloc: Fix TLB coherency and build problem

2013-02-01 Thread Konrad Rzeszutek Wilk
On Mon, Jan 28, 2013 at 10:00:08AM +0900, Minchan Kim wrote: > Recently, Matt Sealey reported he fail to build zsmalloc caused by > using of local_flush_tlb_kernel_range which are architecture dependent > function so !CONFIG_SMP in ARM couldn't implement it so it ends up > build error following as.

Re: [PATCH] zsmalloc: Fix TLB coherency and build problem

2013-01-29 Thread Minchan Kim
Ping On Mon, Jan 28, 2013 at 10:00:08AM +0900, Minchan Kim wrote: > Recently, Matt Sealey reported he fail to build zsmalloc caused by > using of local_flush_tlb_kernel_range which are architecture dependent > function so !CONFIG_SMP in ARM couldn't implement it so it ends up > build error followi

[PATCH] zsmalloc: Fix TLB coherency and build problem

2013-01-27 Thread Minchan Kim
Recently, Matt Sealey reported he fail to build zsmalloc caused by using of local_flush_tlb_kernel_range which are architecture dependent function so !CONFIG_SMP in ARM couldn't implement it so it ends up build error following as. MODPOST 216 modules LZMAarch/arm/boot/compressed/piggy.lzma