mm: remove odd HAVE_PTE_SPECIAL
authorLaurent Dufour <[email protected]>
Fri, 8 Jun 2018 00:06:12 +0000 (17:06 -0700)
committerLinus Torvalds <[email protected]>
Fri, 8 Jun 2018 00:34:35 +0000 (17:34 -0700)
commit00b3a331fdf7f1466ac93a008ccd2dab45cb46c5
tree17b422495b4781a9e84c76eb89b22e16d7036b17
parent3010a5ea665a089361e435093bd737399123fcc4
mm: remove odd HAVE_PTE_SPECIAL

Remove the additional define HAVE_PTE_SPECIAL and rely directly on
CONFIG_ARCH_HAS_PTE_SPECIAL.

There is no functional change introduced by this patch

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Laurent Dufour <[email protected]>
Acked-by: David Rientjes <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Cc: Jerome Glisse <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Christophe LEROY <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/memory.c