Re: [PATCH] Correct system register for virtual timer value

2019-02-21 Thread Sebastian Huber
Hello Kinsey, thanks, I checked it in. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available on request. Diese Nachricht

[PATCH] Correct system register for virtual timer value

2019-02-21 Thread Kinsey Moore
The system register in use for retrieval of the virtual timer value was mistakenly copied from the physical timer value retrieval function. Virtual timer value retrieval should use the same system register as the virtual timer value setter. --- cpukit/score/cpu/arm/include/libcpu/arm-cp15.h | 2 +-