Alex Bennée <alex.bennee@xxxxxxxxxx> writes: > Andrew Jones <drjones@xxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html