diff for duplicates of <20141003121343.GG26643@leverpostej> diff --git a/a/1.txt b/N1/1.txt index 91ff24d..22151bf 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -97,18 +97,22 @@ Why not print "NUMA turned off" in numa_setup? > + if (type == NULL) { > + /* > + * The longtrail doesn't have a device_type on the -> + * /memory node, so look for the node called /memory at 0. +> + * /memory node, so look for the node called /memory@0. > + */ -> + if (depth != 1 || strcmp(uname, "memory at 0") != 0) +> + if (depth != 1 || strcmp(uname, "memory@0") != 0) > + return 0; This has no place on arm64. We limited to longtrail workaround in the core memory parsing to PPC32 -only in commit b44aa25d20e2ef6b (of: Handle memory at 0 node on PPC32 +only in commit b44aa25d20e2ef6b (of: Handle memory@0 node on PPC32 only). This code doesn't need it enabled ever. Are you booting using UEFI? This isn't going to work when the memory map comes from UEFI and we have no memory nodes in the DTB. Mark. +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 4f76ba3..5804dfd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,17 @@ "ref\01411635840-24038-1-git-send-email-ganapatrao.kulkarni@caviumnetworks.com\0" "ref\01411635840-24038-5-git-send-email-ganapatrao.kulkarni@caviumnetworks.com\0" - "From\0mark.rutland@arm.com (Mark Rutland)\0" - "Subject\0[RFC PATCH 4/4] arm64:numa: adding numa support for arm64 platforms.\0" + "ref\01411635840-24038-5-git-send-email-ganapatrao.kulkarni-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org\0" + "From\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\0" + "Subject\0Re: [RFC PATCH 4/4] arm64:numa: adding numa support for arm64 platforms.\0" "Date\0Fri, 3 Oct 2014 13:13:44 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Ganapatrao Kulkarni <ganapatrao.kulkarni-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>\0" + "Cc\0Catalin Marinas <Catalin.Marinas-5wv7dgnIgG8@public.gmane.org>" + Will Deacon <Will.Deacon-5wv7dgnIgG8@public.gmane.org> + grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> + " gpkulkarni-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <gpkulkarni-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" "\00:1\0" "b\0" "On Thu, Sep 25, 2014 at 10:03:59AM +0100, Ganapatrao Kulkarni wrote:\n" @@ -105,20 +113,24 @@ "> + if (type == NULL) {\n" "> + /*\n" "> + * The longtrail doesn't have a device_type on the\n" - "> + * /memory node, so look for the node called /memory at 0.\n" + "> + * /memory node, so look for the node called /memory@0.\n" "> + */\n" - "> + if (depth != 1 || strcmp(uname, \"memory at 0\") != 0)\n" + "> + if (depth != 1 || strcmp(uname, \"memory@0\") != 0)\n" "> + return 0;\n" "\n" "This has no place on arm64.\n" "\n" "We limited to longtrail workaround in the core memory parsing to PPC32\n" - "only in commit b44aa25d20e2ef6b (of: Handle memory at 0 node on PPC32\n" + "only in commit b44aa25d20e2ef6b (of: Handle memory@0 node on PPC32\n" "only). This code doesn't need it enabled ever.\n" "\n" "Are you booting using UEFI? This isn't going to work when the memory map\n" "comes from UEFI and we have no memory nodes in the DTB.\n" "\n" - Mark. + "Mark.\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -9b233bab505d40562dbeae9b9cfaac550c98b7c4596099e34b78148b219488de +07501b519ca77f08a4dd86ec18f2f654e7e278ba284f5a281d266dcf6912bb99
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.