Re: [PATCHv2 05/14] x86: Use set_memory.h header

From: Ingo Molnar
Date: Thu Mar 02 2017 - 05:58:35 EST



* Laura Abbott <labbott@xxxxxxxxxx> wrote:

>
> set_memory_* functions have moved to set_memory.h. Switch to this
> explicitly.
>
> Signed-off-by: Laura Abbott <labbott@xxxxxxxxxx>
> ---
> arch/x86/kernel/amd_gart_64.c | 2 +-
> arch/x86/kernel/cpu/amd.c | 2 +-
> arch/x86/kernel/cpu/bugs.c | 2 +-
> arch/x86/kernel/ftrace.c | 2 +-
> arch/x86/kernel/machine_kexec_64.c | 1 +
> arch/x86/mm/init.c | 2 +-
> arch/x86/mm/init_64.c | 2 +-
> arch/x86/mm/ioremap.c | 2 +-
> arch/x86/mm/pageattr.c | 1 +
> arch/x86/net/bpf_jit_comp.c | 1 +
> arch/x86/pci/pcbios.c | 2 +-
> arch/x86/platform/efi/efi.c | 2 +-
> arch/x86/realmode/init.c | 2 +-
> 13 files changed, 13 insertions(+), 10 deletions(-)

Acked-by: Ingo Molnar <mingo@xxxxxxxxxx>

Thanks,

Ingo