From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCHv2 05/14] x86: Use set_memory.h header Date: Thu, 2 Mar 2017 09:01:26 +0100 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-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1488413706-9739-6-git-send-email-labbott@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Laura Abbott Cc: Mark Rutland , David Airlie , Catalin Marinas , Heiko Carstens , Takashi Iwai , Wim Van Sebroeck , "H. Peter Anvin" , linux-watchdog@vger.kernel.org, linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, Jessica Yu , Daniel Borkmann , x86@kernel.org, Russell King , Alexander Shishkin , Ingo Molnar , Guenter Roeck , Kees Cook , Arnd Bergmann , Will Deacon , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Martin Schwidefsky , Andrew Morton List-Id: linux-arch.vger.kernel.org * 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f194.google.com ([209.85.128.194]:36712 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750771AbdCBI1g (ORCPT ); Thu, 2 Mar 2017 03:27:36 -0500 Date: Thu, 2 Mar 2017 09:01:26 +0100 From: Ingo Molnar 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> Sender: linux-arch-owner@vger.kernel.org List-ID: 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 Message-ID: <20170302080126.5uZI46YWW_r51xAVMI5RI74P-_ypWc3vv4S5kKHsl-E@z> * 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