- early_pfn_to_nid-needs-to-be-__meminit.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     early_pfn_to_nid needs to be __meminit
has been removed from the -mm tree.  Its filename was
     early_pfn_to_nid-needs-to-be-__meminit.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: early_pfn_to_nid needs to be __meminit
From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>

Since it is referenced by memmap_init_zone (which is __meminit) via the
early_pfn_in_nid macro when CONFIG_NODES_SPAN_OTHER_NODES is set (which
basically means PowerPC 64).

This removes a section mismatch warning in those circumstances.

Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
Cc: Yasunori Goto <y-goto@xxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

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

diff -puN mm/page_alloc.c~early_pfn_to_nid-needs-to-be-__meminit mm/page_alloc.c
--- a/mm/page_alloc.c~early_pfn_to_nid-needs-to-be-__meminit
+++ a/mm/page_alloc.c
@@ -2284,7 +2284,7 @@ static int __meminit next_active_region_
  * was used and there are no special requirements, this is a convenient
  * alternative
  */
-int __init early_pfn_to_nid(unsigned long pfn)
+int __meminit early_pfn_to_nid(unsigned long pfn)
 {
 	int i;
 
_

Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are

origin.patch
consolidate-asm-pollh.patch
missing-include-file-in-tpm_atmelh.patch
maintainers-remove-invalid-list-address-for-tpm.patch
powerpc64-symbols-start-with.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux