Alex Bennée <alex.ben...@linaro.org> writes: > Andrew Jones <drjo...@redhat.com> 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