diff for duplicates of <54DE5D3A.5070104@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index 0ee5df1..9010133 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,7 +14,7 @@ On 02/13/15 12:20, Simon Horman wrote: >> -static int r8a7779_cpu_disable(unsigned int cpu) >> -{ >> - /* only CPU1->3 have power domains, do not allow hotplug of CPU0 */ ->> - return cpu = 0 ? -EPERM : 0; +>> - return cpu == 0 ? -EPERM : 0; >> -} >> #endif /* CONFIG_HOTPLUG_CPU */ >> diff --git a/a/content_digest b/N1/content_digest index 24db966..540f420 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\01423850799-4028-1-git-send-email-sboyd@codeaurora.org\0" "ref\020150213202002.GB29727@verge.net.au\0" - "From\0Stephen Boyd <sboyd@codeaurora.org>\0" - "Subject\0Re: [PATCH v2] ARM: smp: Only expose /sys/.../cpuX/online if hotpluggable\0" - "Date\0Fri, 13 Feb 2015 20:23:22 +0000\0" + "From\0sboyd@codeaurora.org (Stephen Boyd)\0" + "Subject\0[PATCH v2] ARM: smp: Only expose /sys/.../cpuX/online if hotpluggable\0" + "Date\0Fri, 13 Feb 2015 12:23:22 -0800\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -22,7 +22,7 @@ ">> -static int r8a7779_cpu_disable(unsigned int cpu)\n" ">> -{\n" ">> -\t/* only CPU1->3 have power domains, do not allow hotplug of CPU0 */\n" - ">> -\treturn cpu = 0 ? -EPERM : 0;\n" + ">> -\treturn cpu == 0 ? -EPERM : 0;\n" ">> -}\n" ">> #endif /* CONFIG_HOTPLUG_CPU */\n" ">> \n" @@ -45,4 +45,4 @@ "Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,\n" a Linux Foundation Collaborative Project -3ee8cc05fd53153e9fd4af85f0ff1d27ec4392ff7c1b32d5a5cda671271ec488 +23a129d3afba4dc9a92e151f9c344d090d8e4f0d579f38dfe638bfb4e1a7c0d7
diff --git a/a/1.txt b/N2/1.txt index 0ee5df1..9010133 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -14,7 +14,7 @@ On 02/13/15 12:20, Simon Horman wrote: >> -static int r8a7779_cpu_disable(unsigned int cpu) >> -{ >> - /* only CPU1->3 have power domains, do not allow hotplug of CPU0 */ ->> - return cpu = 0 ? -EPERM : 0; +>> - return cpu == 0 ? -EPERM : 0; >> -} >> #endif /* CONFIG_HOTPLUG_CPU */ >> diff --git a/a/content_digest b/N2/content_digest index 24db966..2f4d701 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,8 +2,16 @@ "ref\020150213202002.GB29727@verge.net.au\0" "From\0Stephen Boyd <sboyd@codeaurora.org>\0" "Subject\0Re: [PATCH v2] ARM: smp: Only expose /sys/.../cpuX/online if hotpluggable\0" - "Date\0Fri, 13 Feb 2015 20:23:22 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Date\0Fri, 13 Feb 2015 12:23:22 -0800\0" + "To\0Simon Horman <horms@verge.net.au>\0" + "Cc\0Russell King <linux@arm.linux.org.uk>" + linux-kernel@vger.kernel.org + linux-arm-kernel@lists.infradead.org + Mark Rutland <mark.rutland@arm.com> + Nicolas Pitre <nico@linaro.org> + Dave Martin <Dave.Martin@arm.com> + Magnus Damm <magnus.damm@gmail.com> + " linux-sh@vger.kernel.org\0" "\00:1\0" "b\0" "On 02/13/15 12:20, Simon Horman wrote:\n" @@ -22,7 +30,7 @@ ">> -static int r8a7779_cpu_disable(unsigned int cpu)\n" ">> -{\n" ">> -\t/* only CPU1->3 have power domains, do not allow hotplug of CPU0 */\n" - ">> -\treturn cpu = 0 ? -EPERM : 0;\n" + ">> -\treturn cpu == 0 ? -EPERM : 0;\n" ">> -}\n" ">> #endif /* CONFIG_HOTPLUG_CPU */\n" ">> \n" @@ -45,4 +53,4 @@ "Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,\n" a Linux Foundation Collaborative Project -3ee8cc05fd53153e9fd4af85f0ff1d27ec4392ff7c1b32d5a5cda671271ec488 +ce35e9680e0bdb1bac48ec4b9f96a16245b237a344efcf8d80463dca84bbb898
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.