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
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
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
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);
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.
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
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
7 matches
Mail list logo