Re: [PATCH v2 2/5] asm-generic/tlb: stub out pud_free_tlb() if nopud ...

2019-10-15 Thread Linus Torvalds
On Tue, Oct 15, 2019 at 12:19 PM Vineet Gupta wrote: > > This came up when removing __ARCH_HAS_5LEVEL_HACK for ARC as code bloat > from this routine which is not required in a 2-level paging setup Ack, looks good. Linus ___ linux-snps-arc m

[PATCH v2 2/5] asm-generic/tlb: stub out pud_free_tlb() if nopud ...

2019-10-15 Thread Vineet Gupta
... independent of __ARCH_HAS_4LEVEL_HACK This came up when removing __ARCH_HAS_5LEVEL_HACK for ARC as code bloat from this routine which is not required in a 2-level paging setup Note: The primary change is alternate defines for pud_free_tlb() but while here removed empty stubs for __pud_free_tl