[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <7c86c4470806160926x847cfe5k103fbfaf6cbfa724@mail.gmail.com>
Date: Mon, 16 Jun 2008 18:26:25 +0200
From: "stephane eranian" <eranian@...glemail.com>
To: "Stephen Rothwell" <sfr@...b.auug.org.au>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [patch 06/21] perfmon2 minimal: X86 generic hooks
Stephen,
Ok, I will fold those chunks into the patch that adds the files,
i.e., perfmon-x86.diff
Thanks.
On Sun, Jun 15, 2008 at 3:25 AM, Stephen Rothwell <sfr@...b.auug.org.au> wrote:
> Hi Stephane,
>
> On Mon, 09 Jun 2008 15:33:58 -0700 (PDT) eranian@...glemail.com wrote:
>>
>> +++ o/arch/x86/Makefile 2008-06-02 18:54:41.000000000 +0200
>> @@ -176,6 +176,8 @@
>> core-y += arch/x86/kernel/
>> core-y += arch/x86/mm/
>>
>> +core-$(CONFIG_PERFMON) += arch/x86/perfmon/
>
> Again, this needs to come after some code is added to arch/x86/perfmon/
> so that bisections still work.
>
>> +++ o/include/asm-x86/Kbuild 2008-06-02 18:54:41.000000000 +0200
>> @@ -11,6 +11,7 @@
>> header-y += sigcontext32.h
>> header-y += ucontext.h
>> header-y += processor-flags.h
>> +header-y += perfmon.h
>
> And this bit should go in the patch that adds that file.
>
>> +++ o/arch/x86/Kconfig 2008-06-02 18:54:41.000000000 +0200
>> @@ -1306,6 +1306,8 @@
>>
>> If unsure, say Y.
>>
>> +source "arch/x86/perfmon/Kconfig"
>
> Same here.
>
> --
> Cheers,
> Stephen Rothwell sfr@...b.auug.org.au
> http://www.canb.auug.org.au/~sfr/
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists