Re: [PATCH] arm64: mm: remove unused functions and variable protoypes

2015-02-25 Thread Will Deacon
On Wed, Feb 25, 2015 at 02:47:45AM +, Yingjoe Chen wrote: > The functions __cpu_flush_user_tlb_range and __cpu_flush_kern_tlb_range > were removed in commit fa48e6f780 'arm64: mm: Optimise tlb flush logic > where we have >4K granule'. Global variable cpu_tlb was never used in > arm64. > >

Re: [PATCH] arm64: mm: remove unused functions and variable protoypes

2015-02-25 Thread Will Deacon
On Wed, Feb 25, 2015 at 02:47:45AM +, Yingjoe Chen wrote: The functions __cpu_flush_user_tlb_range and __cpu_flush_kern_tlb_range were removed in commit fa48e6f780 'arm64: mm: Optimise tlb flush logic where we have 4K granule'. Global variable cpu_tlb was never used in arm64. Remove

[PATCH] arm64: mm: remove unused functions and variable protoypes

2015-02-24 Thread Yingjoe Chen
The functions __cpu_flush_user_tlb_range and __cpu_flush_kern_tlb_range were removed in commit fa48e6f780 'arm64: mm: Optimise tlb flush logic where we have >4K granule'. Global variable cpu_tlb was never used in arm64. Remove them. Signed-off-by: Yingjoe Chen ---

[PATCH] arm64: mm: remove unused functions and variable protoypes

2015-02-24 Thread Yingjoe Chen
The functions __cpu_flush_user_tlb_range and __cpu_flush_kern_tlb_range were removed in commit fa48e6f780 'arm64: mm: Optimise tlb flush logic where we have 4K granule'. Global variable cpu_tlb was never used in arm64. Remove them. Signed-off-by: Yingjoe Chen yingjoe.c...@mediatek.com ---