On Sunday 27 December 2015 06:53 PM, Noam Camus wrote:
> From: Noam Camus
>
> Add internal tick generator which is shared by all cores.
> Each cluster of cores view it through dedicated address.
> This is used for SMP system where all CPUs synced by same
> clock source.
>
> Signed-off-by: Noam C
On Monday 28 December 2015 04:25 PM, Daniel Lezcano wrote:
> On 12/28/2015 11:35 AM, Vineet Gupta wrote:
>> On Monday 28 December 2015 02:30 PM, Daniel Lezcano wrote:
> reproduce:
> # save the attached .config to linux build tree
>make ARCH=i386
This is meant f
On 12/28/2015 11:35 AM, Vineet Gupta wrote:
On Monday 28 December 2015 02:30 PM, Daniel Lezcano wrote:
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
This is meant for ARC only (not i386), I will add to the Kconfig file a
dependency on my platform.
H
On Monday 28 December 2015 02:30 PM, Daniel Lezcano wrote:
>>> reproduce:
>>># save the attached .config to linux build tree
>>> make ARCH=i386
>>
>> This is meant for ARC only (not i386), I will add to the Kconfig file a
>> dependency on my platform.
>
> Hi Noam,
>
> for compilatio
[if your patch is applied to the wrong git tree, please drop us a note to help
improving the system]
Hi Noam,
[auto build test ERROR on arc/for-next]
[also build test ERROR on v4.4-rc6 next-20151223]
url:
https://github.com/0day-ci/linux/commits/Noam-Camus/Adding-plat-eznps-to-ARC/20151227-2
On 12/27/2015 10:41 PM, Noam Camus wrote:
From: kbuild test robot
Sent: Sunday, December 27, 2015 4:55 PM
[if your patch is applied to the wrong git tree, please drop us a note to help
improving the system]
Hi Noam,
[auto build test ERROR on arc/for-next]
[also build test ERROR on v4.4-rc
>From: kbuild test robot
>Sent: Sunday, December 27, 2015 4:55 PM
>[if your patch is applied to the wrong git tree, please drop us a note to help
>improving the system]
>Hi Noam,
>[auto build test ERROR on arc/for-next]
>[also build test ERROR on v4.4-rc6 next-20151223]
>url:
>https://gith
From: Noam Camus
Add internal tick generator which is shared by all cores.
Each cluster of cores view it through dedicated address.
This is used for SMP system where all CPUs synced by same
clock source.
Signed-off-by: Noam Camus
Cc: Daniel Lezcano
Cc: Rob Herring
Cc: Thomas Gleixner
Cc: Joh