All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] move __HAVE_ARCH_PTE_SPECIAL in Kconfig
@ 2018-04-10 15:25 ` Laurent Dufour
  0 siblings, 0 replies; 55+ messages in thread
From: Laurent Dufour @ 2018-04-10 15:25 UTC (permalink / raw)
  To: linux-arm-kernel

The per architecture __HAVE_ARCH_PTE_SPECIAL is defined statically in the
per architecture header files. This doesn't allow to make other
configuration dependent on it.

The first patch of this series is replacing __HAVE_ARCH_PTE_SPECIAL by
CONFIG_ARCH_HAS_PTE_SPECIAL defined into the Kconfig files,
setting it automatically when architectures was already setting it in
header file.

The second patch is removing the odd define HAVE_PTE_SPECIAL which is a
duplicate of CONFIG_ARCH_HAS_PTE_SPECIAL.

There is no functional change introduced by this series.

Laurent Dufour (2):
  mm: introduce ARCH_HAS_PTE_SPECIAL
  mm: remove odd HAVE_PTE_SPECIAL

 .../features/vm/pte_special/arch-support.txt       |  2 +-
 arch/arc/Kconfig                                   |  1 +
 arch/arc/include/asm/pgtable.h                     |  2 --
 arch/arm/Kconfig                                   |  1 +
 arch/arm/include/asm/pgtable-3level.h              |  1 -
 arch/arm64/Kconfig                                 |  1 +
 arch/arm64/include/asm/pgtable.h                   |  2 --
 arch/powerpc/Kconfig                               |  1 +
 arch/powerpc/include/asm/book3s/64/pgtable.h       |  3 ---
 arch/powerpc/include/asm/pte-common.h              |  3 ---
 arch/riscv/Kconfig                                 |  1 +
 arch/s390/Kconfig                                  |  1 +
 arch/s390/include/asm/pgtable.h                    |  1 -
 arch/sh/Kconfig                                    |  1 +
 arch/sh/include/asm/pgtable.h                      |  2 --
 arch/sparc/Kconfig                                 |  1 +
 arch/sparc/include/asm/pgtable_64.h                |  3 ---
 arch/x86/Kconfig                                   |  1 +
 arch/x86/include/asm/pgtable_types.h               |  1 -
 include/linux/pfn_t.h                              |  4 ++--
 mm/Kconfig                                         |  3 +++
 mm/gup.c                                           |  4 ++--
 mm/memory.c                                        | 23 ++++++++++------------
 23 files changed, 27 insertions(+), 36 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 55+ messages in thread

end of thread, other threads:[~2018-04-10 20:51 UTC | newest]

Thread overview: 55+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-10 15:25 [PATCH v2 0/2] move __HAVE_ARCH_PTE_SPECIAL in Kconfig Laurent Dufour
2018-04-10 15:25 ` Laurent Dufour
2018-04-10 15:25 ` Laurent Dufour
2018-04-10 15:25 ` Laurent Dufour
2018-04-10 15:25 ` Laurent Dufour
2018-04-10 15:25 ` Laurent Dufour
2018-04-10 15:25 ` [PATCH v2 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 16:09   ` Matthew Wilcox
2018-04-10 16:09     ` Matthew Wilcox
2018-04-10 16:09     ` Matthew Wilcox
2018-04-10 16:09     ` Matthew Wilcox
2018-04-10 16:09     ` Matthew Wilcox
2018-04-10 16:09     ` Matthew Wilcox
2018-04-10 16:42     ` Laurent Dufour
2018-04-10 16:42       ` Laurent Dufour
2018-04-10 16:42       ` Laurent Dufour
2018-04-10 16:42       ` Laurent Dufour
2018-04-10 16:42       ` Laurent Dufour
2018-04-10 16:42       ` Laurent Dufour
2018-04-10 20:51       ` David Rientjes
2018-04-10 20:51         ` David Rientjes
2018-04-10 20:51         ` David Rientjes
2018-04-10 20:51         ` David Rientjes
2018-04-10 20:51         ` David Rientjes
2018-04-10 20:51         ` David Rientjes
2018-04-10 20:44     ` Palmer Dabbelt
2018-04-10 20:44       ` Palmer Dabbelt
2018-04-10 20:44       ` Palmer Dabbelt
2018-04-10 20:44       ` Palmer Dabbelt
2018-04-10 20:44       ` Palmer Dabbelt
2018-04-10 20:44       ` Palmer Dabbelt
2018-04-10 15:25 ` [PATCH v2 2/2] mm: remove odd HAVE_PTE_SPECIAL Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 15:58   ` Robin Murphy
2018-04-10 15:58     ` Robin Murphy
2018-04-10 15:58     ` Robin Murphy
2018-04-10 15:58     ` Robin Murphy
2018-04-10 15:58     ` Robin Murphy
2018-04-10 15:58     ` Robin Murphy
2018-04-10 16:44     ` Laurent Dufour
2018-04-10 16:44       ` Laurent Dufour
2018-04-10 16:44       ` Laurent Dufour
2018-04-10 16:44       ` Laurent Dufour
2018-04-10 16:44       ` Laurent Dufour
2018-04-10 16:44       ` Laurent Dufour
2018-04-10 16:44       ` Laurent Dufour

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.