Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1590717 > unrolled thread

[PATCHv2 02/14] arm: Use set_memory.h header

Started byLaura Abbott <labbott@redhat.com>
First post2017-03-02 01:30 +0100
Last post2017-03-02 13:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCHv2 02/14] arm: Use set_memory.h header Laura Abbott <labbott@redhat.com> - 2017-03-02 01:30 +0100
    Re: [PATCHv2 02/14] arm: Use set_memory.h header Russell King - ARM Linux <linux@armlinux.org.uk> - 2017-03-02 13:30 +0100

#1590717 — [PATCHv2 02/14] arm: Use set_memory.h header

FromLaura Abbott <labbott@redhat.com>
Date2017-03-02 01:30 +0100
Subject[PATCHv2 02/14] arm: Use set_memory.h header
Message-ID<tgmN4-2vO-11@gated-at.bofh.it>
set_memory_* functions have moved to set_memory.h. Switch to this
explicitly

Signed-off-by: Laura Abbott <labbott@redhat.com>
---
 arch/arm/mm/pageattr.c    | 1 +
 arch/arm/net/bpf_jit_32.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/mm/pageattr.c b/arch/arm/mm/pageattr.c
index 3b69f26..1403cb4 100644
--- a/arch/arm/mm/pageattr.c
+++ b/arch/arm/mm/pageattr.c
@@ -15,6 +15,7 @@
 
 #include <asm/pgtable.h>
 #include <asm/tlbflush.h>
+#include <asm/set_memory.h>
 
 struct page_change_data {
 	pgprot_t set_mask;
diff --git a/arch/arm/net/bpf_jit_32.c b/arch/arm/net/bpf_jit_32.c
index 93d0b6d..c200910 100644
--- a/arch/arm/net/bpf_jit_32.c
+++ b/arch/arm/net/bpf_jit_32.c
@@ -17,7 +17,7 @@
 #include <linux/slab.h>
 #include <linux/if_vlan.h>
 
-#include <asm/cacheflush.h>
+#include <asm/set_memory.h>
 #include <asm/hwcap.h>
 #include <asm/opcodes.h>
 
-- 
2.7.4

[toc] | [next] | [standalone]


#1591029

FromRussell King - ARM Linux <linux@armlinux.org.uk>
Date2017-03-02 13:30 +0100
Message-ID<tgy1P-2cX-5@gated-at.bofh.it>
In reply to#1590717
On Wed, Mar 01, 2017 at 04:14:54PM -0800, Laura Abbott wrote:
> 
> set_memory_* functions have moved to set_memory.h. Switch to this
> explicitly
> 
> Signed-off-by: Laura Abbott <labbott@redhat.com>

Acked-by: Russell King <rmk+kernel@armlinux.org.uk>

Thanks for doing this Laura.

-- 
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web