hexagon: drop the unused variable zero_page_mask
authorAnshuman Khandual <khandual@linux.vnet.ibm.com>
Thu, 14 Jun 2018 22:28:12 +0000 (15:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 14 Jun 2018 22:55:25 +0000 (07:55 +0900)
commit608dbdfb1f0299f4500e56d62b0d84c44dcfa3be
treee70f35b0a8d73394913726a58a930b265d473cba
parent2738f359b1dcae50b704efe4ab799ea4861fc490
hexagon: drop the unused variable zero_page_mask

Hexagon arch does not seem to have subscribed to _HAVE_COLOR_ZERO_PAGE
framework.  Hence zero_page_mask variable is not needed.

Link: http://lkml.kernel.org/r/20180517061105.30447-1-khandual@linux.vnet.ibm.com
Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/hexagon/include/asm/pgtable.h
arch/hexagon/mm/init.c