Re: [PATCH v5] Add ARM cpu topology definition

2011-08-08 Thread Vincent Guittot
On 8 August 2011 14:09, Russell King - ARM Linux wrote: > On Mon, Aug 08, 2011 at 12:34:33PM +0100, Vincent Guittot wrote: >> On 8 August 2011 12:09, Russell King - ARM Linux >> wrote: >> > On Tue, Jul 05, 2011 at 02:16:23PM +0100, Russell King - ARM Linux wrote: >> >> Looks fine now, and so can

Re: [PATCH v5] Add ARM cpu topology definition

2011-08-08 Thread Russell King - ARM Linux
On Mon, Aug 08, 2011 at 12:34:33PM +0100, Vincent Guittot wrote: > On 8 August 2011 12:09, Russell King - ARM Linux > wrote: > > On Tue, Jul 05, 2011 at 02:16:23PM +0100, Russell King - ARM Linux wrote: > >> Looks fine now, and so can go to my patch system.  Many thanks. > > > > Ping. > > > Yes.

Re: [PATCH v5] Add ARM cpu topology definition

2011-08-08 Thread Vincent Guittot
On 8 August 2011 12:09, Russell King - ARM Linux wrote: > On Tue, Jul 05, 2011 at 02:16:23PM +0100, Russell King - ARM Linux wrote: >> Looks fine now, and so can go to my patch system.  Many thanks. > > Ping. > Yes. Do you have additional comments to the patch ? __

Re: [PATCH v5] Add ARM cpu topology definition

2011-08-08 Thread Russell King - ARM Linux
On Mon, Aug 08, 2011 at 04:42:42PM +0530, RACHANA TEWARI wrote: > Does anyone know way to initiate a bash script(to run on linux box) from > windows Written in C#? > > How to write these Scripts... This has nothing to do with CPU topology. Please do not topic hijack. This is also off-topic for t

Re: [PATCH v5] Add ARM cpu topology definition

2011-08-08 Thread Russell King - ARM Linux
On Tue, Jul 05, 2011 at 02:16:23PM +0100, Russell King - ARM Linux wrote: > Looks fine now, and so can go to my patch system. Many thanks. Ping. ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: [PATCH v5] Add ARM cpu topology definition

2011-07-05 Thread Russell King - ARM Linux
Looks fine now, and so can go to my patch system. Many thanks. On Mon, Jul 04, 2011 at 06:49:45PM +0200, Vincent Guittot wrote: > The affinity between ARM processors is defined in the MPIDR register. > We can identify which processors are in the same cluster, > and which ones have performance int

[PATCH v5] Add ARM cpu topology definition

2011-07-04 Thread Vincent Guittot
The affinity between ARM processors is defined in the MPIDR register. We can identify which processors are in the same cluster, and which ones have performance interdependency. We can define the cpu topology of ARM platform, that is then used by sched_mc and sched_smt. The default state of sched_m