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


Groups > linux.kernel > #1590743 > unrolled thread

[PATCHv2 11/14] module: Use set_memory.h header

Started byLaura Abbott <labbott@redhat.com>
First post2017-03-02 01:50 +0100
Last post2017-03-02 18:10 +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 11/14] module: Use set_memory.h header Laura Abbott <labbott@redhat.com> - 2017-03-02 01:50 +0100
    Re: [PATCHv2 11/14] module: Use set_memory.h header Jessica Yu <jeyu@redhat.com> - 2017-03-02 18:10 +0100

#1590743 — [PATCHv2 11/14] module: Use set_memory.h header

FromLaura Abbott <labbott@redhat.com>
Date2017-03-02 01:50 +0100
Subject[PATCHv2 11/14] module: Use set_memory.h header
Message-ID<tgn6q-2E1-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>
---
 kernel/module.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/module.c b/kernel/module.c
index 7eba6de..c0f04b3 100644
--- a/kernel/module.c
+++ b/kernel/module.c
@@ -49,6 +49,7 @@
 #include <linux/rculist.h>
 #include <linux/uaccess.h>
 #include <asm/cacheflush.h>
+#include <asm/set_memory.h>
 #include <asm/mmu_context.h>
 #include <linux/license.h>
 #include <asm/sections.h>
-- 
2.7.4

[toc] | [next] | [standalone]


#1591300

FromJessica Yu <jeyu@redhat.com>
Date2017-03-02 18:10 +0100
Message-ID<tgCoN-5p9-9@gated-at.bofh.it>
In reply to#1590743
+++ Laura Abbott [01/03/17 16:15 -0800]:
>
>set_memory_* functions have moved to set_memory.h. Switch to this
>explicitly.
>
>Signed-off-by: Laura Abbott <labbott@redhat.com>

Acked-by: Jessica Yu <jeyu@redhat.com>

Thanks,

Jessica

>---
> kernel/module.c | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/kernel/module.c b/kernel/module.c
>index 7eba6de..c0f04b3 100644
>--- a/kernel/module.c
>+++ b/kernel/module.c
>@@ -49,6 +49,7 @@
> #include <linux/rculist.h>
> #include <linux/uaccess.h>
> #include <asm/cacheflush.h>
>+#include <asm/set_memory.h>
> #include <asm/mmu_context.h>
> #include <linux/license.h>
> #include <asm/sections.h>
>-- 
>2.7.4
>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web