parisc: removing redundant ifdef
On Thu, May 06, 2010 at 07:36:13PM +0200, Jiri Olsa wrote: wbr, jirka Signed-off-by: Jiri Olsa <jolsa(a)redhat.com> Thanks, looks good. Applied. --Kyle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo... 6 May 2010 14:15
[PATCH 09/13] parisc: removing redundant ifdef
wbr, jirka Signed-off-by: Jiri Olsa <jolsa(a)redhat.com> --- arch/parisc/kernel/unaligned.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/parisc/kernel/unaligned.c b/arch/parisc/kernel/unaligned.c index 92d977b..6ea7a0d 100644 --- a/arch/parisc/kernel/unaligned.c +++ b/arch... 6 May 2010 14:15
[PATCH 12/13] drivers/usb/musb: removing redundant ifdefs
wbr, jirka Signed-off-by: Jiri Olsa <jolsa(a)redhat.com> --- drivers/usb/musb/musb_core.h | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/drivers/usb/musb/musb_core.h b/drivers/usb/musb/musb_core.h index ac17b00..8ddcd41 100644 --- a/drivers/usb/musb/musb_core.h +++ b/drive... 6 May 2010 14:15
[PATCH 03/13] arm: removing redundant ifdefs
wbr, jirka Signed-off-by: Jiri Olsa <jolsa(a)redhat.com> --- arch/arm/include/asm/processor.h | 2 -- arch/arm/mach-ixp23xx/include/mach/platform.h | 3 --- arch/arm/plat-omap/include/plat/clock.h | 5 ----- 3 files changed, 0 insertions(+), 10 deletions(-) diff --git a/arch/arm... 6 May 2010 14:15
[PATCH 02/13] ia64: removing redundant ifdef
wbr, jirka Signed-off-by: Jiri Olsa <jolsa(a)redhat.com> --- arch/ia64/include/asm/mmzone.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/ia64/include/asm/mmzone.h b/arch/ia64/include/asm/mmzone.h index f2ca320..e0de617 100644 --- a/arch/ia64/include/asm/mmzone.h +++ b/ar... 6 May 2010 14:15
[PATCH 08/13] powerpc: removing redundant ifdefs
wbr, jirka Signed-off-by: Jiri Olsa <jolsa(a)redhat.com> --- arch/powerpc/include/asm/vdso_datapage.h | 2 -- arch/powerpc/kernel/traps.c | 2 -- 2 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/include/asm/vdso_datapage.h b/arch/powerpc/include/asm/vdso_datapage... 6 May 2010 14:15
[PATCH 04/13] x86: removing redundant ifdef
wbr, jirka Signed-off-by: Jiri Olsa <jolsa(a)redhat.com> --- arch/x86/kernel/early-quirks.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/x86/kernel/early-quirks.c b/arch/x86/kernel/early-quirks.c index ebdb85c..76b8cd9 100644 --- a/arch/x86/kernel/early-quirks.c +++ b/arch... 6 May 2010 14:15
[PATCH] removing redundant ifdefs
removing redundant ifdefs. the pattern is #ifdef DEF1 ... #ifdef DEF1 ... #endif ... #endif and removing the inner ifdef. I found them using script all over the kernel so I haven't even compile-tested some of them. I CCed all the related maintainers, sorry if I put any wrong one. wbr,... 6 May 2010 14:15
ACPI: sleep: init_set_sci_en_on_resume for Dell Studio 155x
applied, along with achiang's lenovo list. looking forward to deleting this list in 2.6.35... thanks, Len Brown, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http:... 6 May 2010 14:15
perf_events: ctx_flexible_sched_in() not maximizing PMU utilization
On Thu, May 06, 2010 at 04:20:40PM +0200, Peter Zijlstra wrote: On Thu, 2010-05-06 at 16:03 +0200, Stephane Eranian wrote: Hi, Looking at ctx_flexible_sched_in(), the logic is that if group_sched_in() fails for a HW group, then no other HW group in the list is even tried. I don't understan... 6 May 2010 14:15