diff for duplicates of <4DB56245.8050203@linux.vnet.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 8c46229..7f2e24f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,7 +26,7 @@ > - dev->states[i].desc[0] = '\0'; > - } > -> if (max_cstate == 0) +> if (max_cstate = 0) > max_cstate = 1; > > for (i = 1; i< ACPI_PROCESSOR_MAX_POWER&& i<= max_cstate; i++) { @@ -43,7 +43,7 @@ > cpuidle_set_statedata(state_usage, cx); > > + count++; -> + if (count == CPUIDLE_STATE_MAX) +> + if (count = CPUIDLE_STATE_MAX) > + break; > + } > + @@ -71,13 +71,13 @@ > + if (!pr->flags.power_setup_done) > + return -EINVAL; > + -> + if (pr->flags.power == 0) { +> + if (pr->flags.power = 0) { > + return -EINVAL; > + } > + > + drv->safe_state_index = -1; > + -> + if (max_cstate == 0) +> + if (max_cstate = 0) > + max_cstate = 1; > + > + for (i = 1; i< ACPI_PROCESSOR_MAX_POWER&& i<= max_cstate; i++) { diff --git a/a/content_digest b/N1/content_digest index 3879609..babb876 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\020110420065445.332.13688.stgit@tringupt.in.ibm.com\0" "ref\020110420065608.332.30043.stgit@tringupt.in.ibm.com\0" "From\0Trinabh Gupta <trinabh@linux.vnet.ibm.com>\0" - "Subject\0Re: [linux-pm] [RFC PATCH V3 4/4] cpuidle: Single/Global registration of idle states\0" - "Date\0Mon, 25 Apr 2011 17:30:05 +0530\0" + "Subject\0Re: [linux-pm] [RFC PATCH V3 4/4] cpuidle: Single/Global registration\0" + "Date\0Mon, 25 Apr 2011 12:12:05 +0000\0" "To\0arjan@linux.intel.com" peterz@infradead.org lenb@kernel.org @@ -46,7 +46,7 @@ "> -\t\tdev->states[i].desc[0] = '\\0';\n" "> -\t}\n" ">\n" - "> \tif (max_cstate == 0)\n" + "> \tif (max_cstate = 0)\n" "> \t\tmax_cstate = 1;\n" ">\n" "> \tfor (i = 1; i< ACPI_PROCESSOR_MAX_POWER&& i<= max_cstate; i++) {\n" @@ -63,7 +63,7 @@ "> \t\tcpuidle_set_statedata(state_usage, cx);\n" ">\n" "> +\t\tcount++;\n" - "> +\t\tif (count == CPUIDLE_STATE_MAX)\n" + "> +\t\tif (count = CPUIDLE_STATE_MAX)\n" "> +\t\t\tbreak;\n" "> +\t}\n" "> +\n" @@ -91,13 +91,13 @@ "> +\tif (!pr->flags.power_setup_done)\n" "> +\t\treturn -EINVAL;\n" "> +\n" - "> +\tif (pr->flags.power == 0) {\n" + "> +\tif (pr->flags.power = 0) {\n" "> +\t\treturn -EINVAL;\n" "> +\t}\n" "> +\n" "> +\tdrv->safe_state_index = -1;\n" "> +\n" - "> +\tif (max_cstate == 0)\n" + "> +\tif (max_cstate = 0)\n" "> +\t\tmax_cstate = 1;\n" "> +\n" "> +\tfor (i = 1; i< ACPI_PROCESSOR_MAX_POWER&& i<= max_cstate; i++) {\n" @@ -227,4 +227,4 @@ "\n" [...] -85a5b2ed993aa6a41b461bddb24fa383cd313f1f6236fab49a2d9614e5ef986c +974926a8ff63e5ea8c565b5eb3c9d5d0393d9c290a95a5e373ba802d97db1090
diff --git a/a/content_digest b/N2/content_digest index 3879609..9c09b10 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,21 +1,9 @@ "ref\020110420065445.332.13688.stgit@tringupt.in.ibm.com\0" "ref\020110420065608.332.30043.stgit@tringupt.in.ibm.com\0" - "From\0Trinabh Gupta <trinabh@linux.vnet.ibm.com>\0" - "Subject\0Re: [linux-pm] [RFC PATCH V3 4/4] cpuidle: Single/Global registration of idle states\0" + "From\0trinabh@linux.vnet.ibm.com (Trinabh Gupta)\0" + "Subject\0[linux-pm] [RFC PATCH V3 4/4] cpuidle: Single/Global registration of idle states\0" "Date\0Mon, 25 Apr 2011 17:30:05 +0530\0" - "To\0arjan@linux.intel.com" - peterz@infradead.org - lenb@kernel.org - venki@google.com - ak@linux.intel.com - " len.brown@intel.com\0" - "Cc\0davinci-linux-open-source@linux.davincidsp.com" - linux-sh@vger.kernel.org - linux-kernel@vger.kernel.org - linux-acpi@vger.kernel.org - linux-pm@lists.linux-foundation.org - linux-omap@vger.kernel.org - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "\n" @@ -227,4 +215,4 @@ "\n" [...] -85a5b2ed993aa6a41b461bddb24fa383cd313f1f6236fab49a2d9614e5ef986c +5cff061ec8725e08776588fde69d38c8eebb7e67957579867869e954fbb6e92c
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.