Patch added.
Sanjay thank you for sending the patch.
Sergey thank you for looking at this.
Alex
> On (06/04/14 11:27), Sanjay Singh Rawat wrote:
>> bogomips is removed by timer-backed delay loop (commit 9fc2105a)
>> in ARM kernel. Using other suitable string to decide to enumerate each
>> cpu.
>
On 4 June 2014 18:29, Sanjay Singh Rawat wrote:
> check for the timer interrupt raised on cpu for duration of
> 3 seconds and report the mode
Issues with this approach:
- Currently even with NO_HZ_FULL we will get rid of tick only for 1 second
- You may also false report idle CPUs here?
- There s
check for the timer interrupt raised on cpu for duration of
3 seconds and report the mode
Signed-off-by: Sanjay Singh Rawat
---
Makefile |2 ++
nohz/Makefile| 25 +
nohz/nohz_01.sh | 64 ++
nohz/nohz_01.