Re: [PATCH V2 35/68] powerpc/mm: Abstraction for switch_mmu_context
From: Balbir Singh <bsingharora@gmail.com>
Date: 2016-04-21 14:12:52
From: Balbir Singh <bsingharora@gmail.com>
Date: 2016-04-21 14:12:52
On 09/04/16 16:13, Aneesh Kumar K.V wrote:
Signed-off-by: Aneesh Kumar K.V <redacted> --- arch/powerpc/include/asm/mmu_context.h | 25 +++++++++++++------------ arch/powerpc/kernel/swsusp.c | 2 +- arch/powerpc/mm/mmu_context_nohash.c | 3 ++- drivers/cpufreq/pmac32-cpufreq.c | 2 +- drivers/macintosh/via-pmu.c | 4 ++-- 5 files changed, 19 insertions(+), 17 deletions(-)
Why do we need to pass the task? Changelog --? Balbir