x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>
authorIngo Molnar <mingo@kernel.org>
Wed, 20 Nov 2019 14:33:57 +0000 (15:33 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 10 Dec 2019 09:12:55 +0000 (10:12 +0100)
commiteb243d1d28663c9b92010973a6a3ffa947f682ba
treeb60706ed6277facc8e8c362a20b464509a0c8631
parentecdd6ee77b73d11fcf2ca6739e4d1fe590446599
x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>

pat.h is a file whose main purpose is to provide the memtype_*() APIs.

PAT is the low level hardware mechanism - but the high level abstraction
is memtype.

So name the header <memtype.h> as well - this goes hand in hand with memtype.c
and memtype_interval.c.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
19 files changed:
arch/x86/include/asm/memtype.h [moved from arch/x86/include/asm/pat.h with 88% similarity]
arch/x86/include/asm/mtrr.h
arch/x86/include/asm/pci.h
arch/x86/kernel/cpu/common.c
arch/x86/kernel/cpu/mtrr/generic.c
arch/x86/kernel/cpu/mtrr/mtrr.c
arch/x86/kernel/cpu/scattered.c
arch/x86/kernel/cpu/topology.c
arch/x86/kernel/x86_init.c
arch/x86/kvm/mmu/mmu.c
arch/x86/mm/iomap_32.c
arch/x86/mm/ioremap.c
arch/x86/mm/pat/memtype.c
arch/x86/mm/pat/memtype_interval.c
arch/x86/mm/pat/set_memory.c
arch/x86/pci/i386.c
arch/x86/xen/mmu_pv.c
drivers/infiniband/hw/mlx5/main.c
drivers/media/pci/ivtv/ivtvfb.c