]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite680173ef88dd4d513e780f73cd8bacddf32dbe2
treea2e06e7b722da441a7448977a298f5bb7d59a7e8
parentdab6c2aa85d5685c3d30b694fb602e8543244036
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