qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-arm] [PATCH kvm-unit-tests v8 03/10] arm/arm64: add some delay


From: Alex Bennée
Subject: Re: [Qemu-arm] [PATCH kvm-unit-tests v8 03/10] arm/arm64: add some delay routines
Date: Tue, 13 Dec 2016 17:09:33 +0000
User-agent: mu4e 0.9.19; emacs 25.1.90.4

Alex Bennée <address@hidden> writes:

> Andrew Jones <address@hidden> writes:
>
>> Allow a thread to wait some specified amount of time. Can
>> specify in cycles, usecs, and msecs.
<snip>
>> diff --git a/lib/arm/asm/processor.h b/lib/arm/asm/processor.h
>> index 6b0d36b87817..857bdd96a3cc 100644
>> --- a/lib/arm/asm/processor.h
>> +++ b/lib/arm/asm/processor.h
>> @@ -7,6 +7,7 @@
>>   */
>>  #include <asm/ptrace.h>
>>  #include <asm/sysreg.h>
>> +#include <asm/barrier.h>
>
> Hmm this fails to apply cleanly to master and doesn't build as sysreg.h
> isn't in my tree. What happened to it?
<snip>

Ahh I missed this is based on arm/next

--
Alex Bennée



reply via email to

[Prev in Thread] Current Thread [Next in Thread]