diff for duplicates of <20120502154949.GF3739@atomide.com> diff --git a/a/1.txt b/N1/1.txt index 2dd4ca5..7f41269 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,26 +4,26 @@ > > On Wed, May 02, 2012 at 03:18:08PM +0530, Santosh Shilimkar wrote: > >> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com> > >> --- -> >> arch/arm/mach-omap2/Makefile | 160 ++++++++++++++++++++--------------------- -> >> 1 files changed, 78 insertions(+), 82 deletions(-) +> >> ?arch/arm/mach-omap2/Makefile | ?160 ++++++++++++++++++++--------------------- +> >> ?1 files changed, 78 insertions(+), 82 deletions(-) > >> > >> diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile > >> index 56ed62e..669e2b1 100644 > >> --- a/arch/arm/mach-omap2/Makefile > >> +++ b/arch/arm/mach-omap2/Makefile > >> @@ -24,10 +24,11 @@ endif -> >> obj-$(CONFIG_TWL4030_CORE) += omap_twl.o +> >> ?obj-$(CONFIG_TWL4030_CORE) += omap_twl.o > >> -> >> # SMP support ONLY available for OMAP4 +> >> ?# SMP support ONLY available for OMAP4 > >> + -> >> obj-$(CONFIG_SMP) += omap-smp.o omap-headsmp.o -> >> obj-$(CONFIG_HOTPLUG_CPU) += omap-hotplug.o -> >> -obj-$(CONFIG_ARCH_OMAP4) += omap4-common.o omap-wakeupgen.o \ -> >> - sleep44xx.o -> >> +obj-$(CONFIG_ARCH_OMAP4) += omap4-common.o omap-wakeupgen.o -> >> +obj-$(CONFIG_ARCH_OMAP4) += sleep44xx.o +> >> ?obj-$(CONFIG_SMP) ? ? ? ? ? ? ? ? ? ?+= omap-smp.o omap-headsmp.o +> >> ?obj-$(CONFIG_HOTPLUG_CPU) ? ? ? ? ? ?+= omap-hotplug.o +> >> -obj-$(CONFIG_ARCH_OMAP4) ? ? ? ? ? ? += omap4-common.o omap-wakeupgen.o \ +> >> - ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?sleep44xx.o +> >> +obj-$(CONFIG_ARCH_OMAP4) ? ? ? ? ? ? += omap4-common.o omap-wakeupgen.o +> >> +obj-$(CONFIG_ARCH_OMAP4) ? ? ? ? ? ? += sleep44xx.o > > -> > Using \ in makefiles really isn't a problem. I don't think this is something +> > Using \ in makefiles really isn't a problem. ?I don't think this is something > > which we need to do, and it just creates additional changes where none is > > required. > @@ -41,7 +41,3 @@ omap5. Regards, Tony --- -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 8314fca..84ea98e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,14 +2,10 @@ "ref\01335952093-12541-3-git-send-email-santosh.shilimkar@ti.com\0" "ref\020120502095612.GG25053@n2100.arm.linux.org.uk\0" "ref\0CAMQu2gx3_tZnQg=+8xm4Bnnv31BTOgJki_y=aNDOAUG-xNNrvg@mail.gmail.com\0" - "From\0Tony Lindgren <tony@atomide.com>\0" - "Subject\0Re: [PATCH 2/7] ARM: OMAP2+: Clean up wrapping multiple objects in Makefile\0" + "From\0tony@atomide.com (Tony Lindgren)\0" + "Subject\0[PATCH 2/7] ARM: OMAP2+: Clean up wrapping multiple objects in Makefile\0" "Date\0Wed, 2 May 2012 08:49:49 -0700\0" - "To\0Shilimkar" - " Santosh <santosh.shilimkar@ti.com>\0" - "Cc\0Russell King - ARM Linux <linux@arm.linux.org.uk>" - 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" "* Shilimkar, Santosh <santosh.shilimkar@ti.com> [120502 03:18]:\n" @@ -18,26 +14,26 @@ "> > On Wed, May 02, 2012 at 03:18:08PM +0530, Santosh Shilimkar wrote:\n" "> >> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>\n" "> >> ---\n" - "> >> \302\240arch/arm/mach-omap2/Makefile | \302\240160 ++++++++++++++++++++---------------------\n" - "> >> \302\2401 files changed, 78 insertions(+), 82 deletions(-)\n" + "> >> ?arch/arm/mach-omap2/Makefile | ?160 ++++++++++++++++++++---------------------\n" + "> >> ?1 files changed, 78 insertions(+), 82 deletions(-)\n" "> >>\n" "> >> diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile\n" "> >> index 56ed62e..669e2b1 100644\n" "> >> --- a/arch/arm/mach-omap2/Makefile\n" "> >> +++ b/arch/arm/mach-omap2/Makefile\n" "> >> @@ -24,10 +24,11 @@ endif\n" - "> >> \302\240obj-$(CONFIG_TWL4030_CORE) += omap_twl.o\n" + "> >> ?obj-$(CONFIG_TWL4030_CORE) += omap_twl.o\n" "> >>\n" - "> >> \302\240# SMP support ONLY available for OMAP4\n" + "> >> ?# SMP support ONLY available for OMAP4\n" "> >> +\n" - "> >> \302\240obj-$(CONFIG_SMP) \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240+= omap-smp.o omap-headsmp.o\n" - "> >> \302\240obj-$(CONFIG_HOTPLUG_CPU) \302\240 \302\240 \302\240 \302\240 \302\240 \302\240+= omap-hotplug.o\n" - "> >> -obj-$(CONFIG_ARCH_OMAP4) \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 += omap4-common.o omap-wakeupgen.o \\\n" - "> >> - \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240sleep44xx.o\n" - "> >> +obj-$(CONFIG_ARCH_OMAP4) \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 += omap4-common.o omap-wakeupgen.o\n" - "> >> +obj-$(CONFIG_ARCH_OMAP4) \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 += sleep44xx.o\n" + "> >> ?obj-$(CONFIG_SMP) ? ? ? ? ? ? ? ? ? ?+= omap-smp.o omap-headsmp.o\n" + "> >> ?obj-$(CONFIG_HOTPLUG_CPU) ? ? ? ? ? ?+= omap-hotplug.o\n" + "> >> -obj-$(CONFIG_ARCH_OMAP4) ? ? ? ? ? ? += omap4-common.o omap-wakeupgen.o \\\n" + "> >> - ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?sleep44xx.o\n" + "> >> +obj-$(CONFIG_ARCH_OMAP4) ? ? ? ? ? ? += omap4-common.o omap-wakeupgen.o\n" + "> >> +obj-$(CONFIG_ARCH_OMAP4) ? ? ? ? ? ? += sleep44xx.o\n" "> >\n" - "> > Using \\ in makefiles really isn't a problem. \302\240I don't think this is something\n" + "> > Using \\ in makefiles really isn't a problem. ?I don't think this is something\n" "> > which we need to do, and it just creates additional changes where none is\n" "> > required.\n" "> \n" @@ -54,10 +50,6 @@ "\n" "Regards,\n" "\n" - "Tony\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 + Tony -8f08bb971341150f069a47c2caa78fd65282b16a1f50d2fbd87a39302f110835 +c28cc498922ce45673176f1a241757b74b7e2510bbac776306bdbdcb56d3f57f
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.