sparc64: fix typo in pgd_clear()
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Fri, 9 Dec 2016 11:24:00 +0000 (14:24 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Dec 2016 02:15:49 +0000 (18:15 -0800)
commitacff7fdbc3c14c1f1a5e1eead99e412c5e9fe5a4
treea2e06e7b722da441a7448977a298f5bb7d59a7e8
parente241cfd3bd3503ef6a909f41f0adf06be193fe25
sparc64: fix typo in pgd_clear()

It really has to be pgdp, not pgd.

It just happend to work since all callers have 'pgd' as an argument.

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/pgtable_64.h