Re: [PATCH v2 03/19] ARC: mm: move mmu/cache externs out to setup.h

2021-08-16 Thread Vineet Gupta
On 8/15/21 2:27 AM, Mike Rapoport wrote: Heh, "Don't pollute mmu.h and cache.h with some of ARC internal bootlog/setup related functions. move them aside to setup.h" is still not there :) Oops my bad, indeed missed out on that one. Fixed now. Thx, -Vineet

Re: [PATCH v2 03/19] ARC: mm: move mmu/cache externs out to setup.h

2021-08-15 Thread Mike Rapoport
Heh, "Don't pollute mmu.h and cache.h with some of ARC internal bootlog/setup related functions. move them aside to setup.h" is still not there :) On Thu, Aug 12, 2021 at 04:37:37PM -0700, Vineet Gupta wrote: > Signed-off-by: Vineet Gupta > --- > arch/arc/include/asm/cache.h | 4 >

[PATCH v2 03/19] ARC: mm: move mmu/cache externs out to setup.h

2021-08-12 Thread Vineet Gupta
Signed-off-by: Vineet Gupta --- arch/arc/include/asm/cache.h | 4 arch/arc/include/asm/mmu.h | 4 arch/arc/include/asm/setup.h | 12 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/arch/arc/include/asm/cache.h b/arch/arc/include/asm/cache.h index