Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752113AbdCBK6d (ORCPT ); Thu, 2 Mar 2017 05:58:33 -0500 Received: from mail-wr0-f195.google.com ([209.85.128.195]:35284 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751955AbdCBK6Z (ORCPT ); Thu, 2 Mar 2017 05:58:25 -0500 Date: Thu, 2 Mar 2017 09:01:26 +0100 From: Ingo Molnar To: Laura Abbott Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Russell King , Catalin Marinas , Will Deacon , Martin Schwidefsky , Heiko Carstens , x86@kernel.org, Kees Cook , Mark Rutland , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, linux-arch@vger.kernel.org, David Airlie , Alexander Shishkin , Wim Van Sebroeck , Guenter Roeck , linux-watchdog@vger.kernel.org, "David S. Miller" , Daniel Borkmann , Jessica Yu , Takashi Iwai , Andrew Morton Subject: Re: [PATCHv2 05/14] x86: Use set_memory.h header Message-ID: <20170302080126.GA9574@gmail.com> References: <1488413706-9739-1-git-send-email-labbott@redhat.com> <1488413706-9739-6-git-send-email-labbott@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1488413706-9739-6-git-send-email-labbott@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 885 Lines: 29 * Laura Abbott wrote: > > set_memory_* functions have moved to set_memory.h. Switch to this > explicitly. > > Signed-off-by: Laura Abbott > --- > 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 Thanks, Ingo