diff for duplicates of <4F4E084F.5050505@linux.vnet.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 3f36849..190cf02 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -96,8 +96,7 @@ On 02/29/2012 08:41 AM, Robert Lee wrote: > trace_power_end(dev->cpu); > trace_cpu_idle(PWR_EVENT_EXIT, dev->cpu); > @@ -110,7 +126,8 @@ int cpuidle_idle_call(void) -> dev->states_usage[entered_state].time += -> (unsigned long long)dev->last_residency; +> dev->states_usage[entered_state].time +> (unsigned long long)dev->last_residency; > dev->states_usage[entered_state].usage++; > - } > + } else @@ -291,8 +290,3 @@ loads of redundant code for the same in all the backend drivers. Cheers, Deepthi - --- -To unsubscribe from this list: send the line "unsubscribe linux-omap" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 5a2c07b..1bb58cb 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,40 +2,8 @@ "ref\01330485109-7327-2-git-send-email-rob.lee@linaro.org\0" "From\0Deepthi Dharwar <deepthi@linux.vnet.ibm.com>\0" "Subject\0Re: [PATCH v6 1/9] cpuidle: Add common time keeping and irq enabling\0" - "Date\0Wed, 29 Feb 2012 16:43:19 +0530\0" - "To\0Robert Lee <rob.lee@linaro.org>\0" - "Cc\0len.brown@intel.com" - khilman@ti.com - robherring2@gmail.com - Baohua.Song@csr.com - amit.kucheria@linaro.org - nicolas.ferre@atmel.com - linux@maxim.org.za - kgene.kim@samsung.com - amit.kachhap@linaro.org - magnus.damm@gmail.com - nsekhar@ti.com - daniel.lezcano@linaro.org - mturquette@linaro.org - vincent.guittot@linaro.org - arnd.bergmann@linaro.org - linux-arm-kernel@lists.infradead.org - linaro-dev@lists.linaro.org - patches@linaro.org - broonie@opensource.wolfsonmicro.com - nicolas.pitre@linaro.org - linux@arm.linux.org.uk - jean.pihet@newoldbits.com - venki@google.com - ccross@google.com - g.trinabh@gmail.com - kernel@wantstofly.org - lethal@linux-sh.org - jon-hunter@ti.com - tony@atomide.com - linux-omap@vger.kernel.org - linux-sh@vger.kernel.org - " linux-pm@vger.kernel.org\0" + "Date\0Wed, 29 Feb 2012 11:25:19 +0000\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Rob,\n" @@ -136,8 +104,7 @@ "> \ttrace_power_end(dev->cpu);\n" "> \ttrace_cpu_idle(PWR_EVENT_EXIT, dev->cpu);\n" "> @@ -110,7 +126,8 @@ int cpuidle_idle_call(void)\n" - "> \t\tdev->states_usage[entered_state].time +=\n" - "> \t\t\t\t(unsigned long long)dev->last_residency;\n" + "> \t\tdev->states_usage[entered_state].time +> \t\t\t\t(unsigned long long)dev->last_residency;\n" "> \t\tdev->states_usage[entered_state].usage++;\n" "> -\t}\n" "> +\t} else\n" @@ -330,11 +297,6 @@ "loads of redundant code for the same in all the backend drivers.\n" "\n" "Cheers,\n" - "Deepthi\n" - "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-omap\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Deepthi -a36f0b0de9f9e927576c048c7d75dfa1e891d2ccb9f50824873183d1a1587579 +4244a6692a45990d6bcec5a2f6e4c64623c6113b180895588ad95f1d065453f9
diff --git a/a/1.txt b/N2/1.txt index 3f36849..f3776e1 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -165,9 +165,9 @@ Right now, this causes a build break on Powerpc and Intel boxes. drivers/cpuidle/cpuidle.c:21:26: error: asm/proc-fns.h: No such file or directory -drivers/cpuidle/cpuidle.c: In function ‘cpuidle_simple_enter’: +drivers/cpuidle/cpuidle.c: In function ?cpuidle_simple_enter?: drivers/cpuidle/cpuidle.c:218: error: implicit declaration of function -‘cpu_do_idle’ +?cpu_do_idle? make[2]: *** [drivers/cpuidle/cpuidle.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [drivers/cpuidle] Error 2 @@ -291,8 +291,3 @@ loads of redundant code for the same in all the backend drivers. Cheers, Deepthi - --- -To unsubscribe from this list: send the line "unsubscribe linux-omap" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index 5a2c07b..3927396 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,41 +1,9 @@ "ref\01330485109-7327-1-git-send-email-rob.lee@linaro.org\0" "ref\01330485109-7327-2-git-send-email-rob.lee@linaro.org\0" - "From\0Deepthi Dharwar <deepthi@linux.vnet.ibm.com>\0" - "Subject\0Re: [PATCH v6 1/9] cpuidle: Add common time keeping and irq enabling\0" + "From\0deepthi@linux.vnet.ibm.com (Deepthi Dharwar)\0" + "Subject\0[PATCH v6 1/9] cpuidle: Add common time keeping and irq enabling\0" "Date\0Wed, 29 Feb 2012 16:43:19 +0530\0" - "To\0Robert Lee <rob.lee@linaro.org>\0" - "Cc\0len.brown@intel.com" - khilman@ti.com - robherring2@gmail.com - Baohua.Song@csr.com - amit.kucheria@linaro.org - nicolas.ferre@atmel.com - linux@maxim.org.za - kgene.kim@samsung.com - amit.kachhap@linaro.org - magnus.damm@gmail.com - nsekhar@ti.com - daniel.lezcano@linaro.org - mturquette@linaro.org - vincent.guittot@linaro.org - arnd.bergmann@linaro.org - linux-arm-kernel@lists.infradead.org - linaro-dev@lists.linaro.org - patches@linaro.org - broonie@opensource.wolfsonmicro.com - nicolas.pitre@linaro.org - linux@arm.linux.org.uk - jean.pihet@newoldbits.com - venki@google.com - ccross@google.com - g.trinabh@gmail.com - kernel@wantstofly.org - lethal@linux-sh.org - jon-hunter@ti.com - tony@atomide.com - linux-omap@vger.kernel.org - linux-sh@vger.kernel.org - " linux-pm@vger.kernel.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Rob,\n" @@ -205,9 +173,9 @@ "\n" "drivers/cpuidle/cpuidle.c:21:26: error: asm/proc-fns.h: No such file or\n" "directory\n" - "drivers/cpuidle/cpuidle.c: In function \342\200\230cpuidle_simple_enter\342\200\231:\n" + "drivers/cpuidle/cpuidle.c: In function ?cpuidle_simple_enter?:\n" "drivers/cpuidle/cpuidle.c:218: error: implicit declaration of function\n" - "\342\200\230cpu_do_idle\342\200\231\n" + "?cpu_do_idle?\n" "make[2]: *** [drivers/cpuidle/cpuidle.o] Error 1\n" "make[2]: *** Waiting for unfinished jobs....\n" "make[1]: *** [drivers/cpuidle] Error 2\n" @@ -330,11 +298,6 @@ "loads of redundant code for the same in all the backend drivers.\n" "\n" "Cheers,\n" - "Deepthi\n" - "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-omap\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Deepthi -a36f0b0de9f9e927576c048c7d75dfa1e891d2ccb9f50824873183d1a1587579 +8a7b26d765d3ebb02f4cd7870d4f4e226845fe63ffbc6f9454bc61e4a02eb742
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.