Re: [PATCH] x86/mm: drop unused argument sync_global_pgds()

2016-12-14 Thread Thomas Gleixner
On Mon, 12 Dec 2016, Kirill A. Shutemov wrote: > There's no users that wants sync_global_pgd(.remove=1) sinc af2cf278ef4f > ("x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()"). > > Let's drop 'remove'. The argument is named 'removed' > /* > - * When memory was added/removed

[PATCH] x86/mm: drop unused argument sync_global_pgds()

2016-12-12 Thread Kirill A. Shutemov
There's no users that wants sync_global_pgd(.remove=1) sinc af2cf278ef4f ("x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()"). Let's drop 'remove'. Signed-off-by: Kirill A. Shutemov --- arch/x86/include/asm/pgtable_64.h | 3 +-- arch/x86/mm/fault.c | 2 +- arch/x86