mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + memblock-include-asm-sectionsh-instead-of-asm-generic-sectionsh.patch added to -mm tree
@ 2016-07-12 20:58 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-07-12 20:58 UTC (permalink / raw)
  To: hch, mm-commits


The patch titled
     Subject: memblock: include <asm/sections.h> instead of <asm-generic/sections.h>
has been added to the -mm tree.  Its filename is
     memblock-include-asm-sectionsh-instead-of-asm-generic-sectionsh.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/memblock-include-asm-sectionsh-instead-of-asm-generic-sectionsh.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/memblock-include-asm-sectionsh-instead-of-asm-generic-sectionsh.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Christoph Hellwig <hch@lst.de>
Subject: memblock: include <asm/sections.h> instead of <asm-generic/sections.h>

asm-generic headers are generic implementations for architecture specific
code and should not be included by common code.  Thus use the asm/ version
of sections.h to get at the linker sections.

Link: http://lkml.kernel.org/r/1468285103-7470-1-git-send-email-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/memblock.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN mm/memblock.c~memblock-include-asm-sectionsh-instead-of-asm-generic-sectionsh mm/memblock.c
--- a/mm/memblock.c~memblock-include-asm-sectionsh-instead-of-asm-generic-sectionsh
+++ a/mm/memblock.c
@@ -20,7 +20,7 @@
 #include <linux/seq_file.h>
 #include <linux/memblock.h>
 
-#include <asm-generic/sections.h>
+#include <asm/sections.h>
 #include <linux/io.h>
 
 #include "internal.h"
_

Patches currently in -mm which might be from hch@lst.de are

memblock-include-asm-sectionsh-instead-of-asm-generic-sectionsh.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-12 20:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-12 20:58 + memblock-include-asm-sectionsh-instead-of-asm-generic-sectionsh.patch added to -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).