]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd7cdb3d5b9e0e5d00ae0cf4f110e5296c959f50a
treee70f35b0a8d73394913726a58a930b265d473cba
parentbc01460a7b5a4460411a13eb56ca6d7cc88778c7
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