Re: [PATCH 06/13] mm: meminit: Inline some helper functions

2015-05-04 Thread Michal Hocko
I have taken this into my mm git tree for now. I guess Andrew will fold it into the original patch later. --- >From 986279c465b2f513bcbb91ba7010cb2184d1bb7c Mon Sep 17 00:00:00 2001 From: Michal Hocko Date: Mon, 4 May 2015 10:35:36 +0200 Subject: [PATCH] mm-meminit-inline-some-helper-functions-fi

Re: [PATCH 06/13] mm: meminit: Inline some helper functions

2015-05-04 Thread Michal Hocko
On Tue 28-04-15 15:37:03, Mel Gorman wrote: > early_pfn_in_nid() and meminit_pfn_in_nid() are small functions that are > unnecessarily visible outside memory initialisation. As well as unnecessary > visibility, it's unnecessary function call overhead when initialising pages. > This patch moves the

Re: [PATCH 06/13] mm: meminit: Inline some helper functions

2015-04-30 Thread Andrew Morton
On Thu, 30 Apr 2015 14:53:46 -0700 Andrew Morton wrote: > allmodconfig. It's odd that nobody else hit this... err, it's allnoconfig. Not odd. It would be tiresome to mention Documentation/SubmitChecklist. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: [PATCH 06/13] mm: meminit: Inline some helper functions

2015-04-30 Thread Andrew Morton
On Tue, 28 Apr 2015 15:37:03 +0100 Mel Gorman wrote: > early_pfn_in_nid() and meminit_pfn_in_nid() are small functions that are > unnecessarily visible outside memory initialisation. As well as unnecessary > visibility, it's unnecessary function call overhead when initialising pages. > This patch

[PATCH 06/13] mm: meminit: Inline some helper functions

2015-04-28 Thread Mel Gorman
early_pfn_in_nid() and meminit_pfn_in_nid() are small functions that are unnecessarily visible outside memory initialisation. As well as unnecessary visibility, it's unnecessary function call overhead when initialising pages. This patch moves the helpers inline. Signed-off-by: Mel Gorman --- inc

[PATCH 06/13] mm: meminit: Inline some helper functions

2015-04-23 Thread Mel Gorman
early_pfn_in_nid() and meminit_pfn_in_nid() are small functions that are unnecessarily visible outside memory initialisation. As well as unnecessary visibility, it's unnecessary function call overhead when initialising pages. This patch moves the helpers inline. Signed-off-by: Mel Gorman --- inc

[PATCH 06/13] mm: meminit: Inline some helper functions

2015-04-22 Thread Mel Gorman
early_pfn_in_nid() and meminit_pfn_in_nid() are small functions that are unnecessarily visible outside memory initialisation. As well as unnecessary visibility, it's unnecessary function call overhead when initialising pages. This patch moves the helpers inline. Signed-off-by: Mel Gorman --- inc