On 2 December 2013 12:28, Andreas Färber wrote:
> Am 02.12.2013 08:36, schrieb Peter Crosthwaite:
>> The ARM A9 MPCore has a timer that is global to all CPUs in the mpcore.
Preferred ARM terminology here I think is "all cores in the processor".
("core": one processing unit, something with its ow
Peter Maydell writes:
> On 2 December 2013 12:28, Andreas Färber wrote:
>> Am 02.12.2013 08:36, schrieb Peter Crosthwaite:
>>> The ARM A9 MPCore has a timer that is global to all CPUs in the mpcore.
>>> The timer is shared but each CPU has a private independent comparator
>>> and interrupt.
>>>
On 2 December 2013 12:28, Andreas Färber wrote:
> Am 02.12.2013 08:36, schrieb Peter Crosthwaite:
>> The ARM A9 MPCore has a timer that is global to all CPUs in the mpcore.
>> The timer is shared but each CPU has a private independent comparator
>> and interrupt.
>> +dc->no_user = 1;
>
> There
Am 02.12.2013 08:36, schrieb Peter Crosthwaite:
> The ARM A9 MPCore has a timer that is global to all CPUs in the mpcore.
> The timer is shared but each CPU has a private independent comparator
> and interrupt.
>
> Based on version contributed by Francois LEGAL.
>
> Signed-off-by: François LEGAL
The ARM A9 MPCore has a timer that is global to all CPUs in the mpcore.
The timer is shared but each CPU has a private independent comparator
and interrupt.
Based on version contributed by Francois LEGAL.
Signed-off-by: François LEGAL
[PC changes:
* New commit message
* Re-implemented as singl