The patch titled Subject: powerpc-mm-numa-use-setup_nr_node_ids-instead-of-opencoding-fix has been removed from the -mm tree. Its filename was powerpc-mm-numa-use-setup_nr_node_ids-instead-of-opencoding-fix.patch This patch was dropped because it was folded into powerpc-mm-numa-use-setup_nr_node_ids-instead-of-opencoding.patch ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: powerpc-mm-numa-use-setup_nr_node_ids-instead-of-opencoding-fix Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Cody P Schafer <cody@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/mm/numa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/powerpc/mm/numa.c~powerpc-mm-numa-use-setup_nr_node_ids-instead-of-opencoding-fix arch/powerpc/mm/numa.c --- a/arch/powerpc/mm/numa.c~powerpc-mm-numa-use-setup_nr_node_ids-instead-of-opencoding-fix +++ a/arch/powerpc/mm/numa.c @@ -66,7 +66,7 @@ static void __init setup_node_to_cpumask /* setup nr_node_ids if not done yet */ if (nr_node_ids == MAX_NUMNODES) - setup_nr_node_ids() + setup_nr_node_ids(); /* allocate the map */ for (node = 0; node < nr_node_ids; node++) _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are origin.patch powerpc-mm-numa-use-setup_nr_node_ids-instead-of-opencoding.patch mm-soft-dirty-bits-for-user-memory-changes-tracking-fix.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