From: minkyung88.kim@lge.com
To: Andrew Morton <akpm@linux-foundation.org>,
Mel Gorman <mgorman@suse.de>,
linux-mm@kvack.org
Cc: Seungho Park <seungho1.park@lge.com>,
kmk3210@gmail.com, "minkyung88.kim" <minkyung88.kim@lge.com>
Subject: [PATCH] mm: remove struct node_active_region
Date: Fri, 26 Jun 2015 10:44:01 +0900 [thread overview]
Message-ID: <1435283041-17401-1-git-send-email-minkyung88.kim@lge.com> (raw)
From: "minkyung88.kim" <minkyung88.kim@lge.com>
struct node_active_region is not used anymore.
Remove it.
Signed-off-by: minkyung88.kim <minkyung88.kim@lge.com>
---
include/linux/mmzone.h | 8 --------
1 file changed, 8 deletions(-)
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index 54d74f6..6f53d1d 100644
--- a/include/linux/mmzone.h
+++ b/include/linux/mmzone.h
@@ -690,14 +690,6 @@ struct zonelist {
#endif
};
-#ifdef CONFIG_HAVE_MEMBLOCK_NODE_MAP
-struct node_active_region {
- unsigned long start_pfn;
- unsigned long end_pfn;
- int nid;
-};
-#endif /* CONFIG_HAVE_MEMBLOCK_NODE_MAP */
-
#ifndef CONFIG_DISCONTIGMEM
/* The array of struct pages - for discontigmem use pgdat->lmem_map */
extern struct page *mem_map;
--
1.7.9.5
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
reply other threads:[~2015-06-26 1:44 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1435283041-17401-1-git-send-email-minkyung88.kim@lge.com \
--to=minkyung88.kim@lge.com \
--cc=akpm@linux-foundation.org \
--cc=kmk3210@gmail.com \
--cc=linux-mm@kvack.org \
--cc=mgorman@suse.de \
--cc=seungho1.park@lge.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox