On Fri, Jun 10, 2016 at 09:07:01AM +0200, Andrew Jones wrote: > > diff --git a/lib/asm-generic/io.h b/lib/asm-generic/io.h > > index 842868ab9d58..91a2d7995d3d 100644 > > --- a/lib/asm-generic/io.h > > +++ b/lib/asm-generic/io.h > > @@ -11,6 +11,7 @@ > > */ > > #include "libcflat.h" > > #include "asm/page.h" > > +#include "asm/barrier.h" > > This should have been in the last patch. I was going to > say that it doesn't break compilation between the commits, > because all includers of asm-generic/io.h are including > asm/barrier.h first, but then I just looked at ppc64. > I think if you try to compile the last commit without this > commit for powerpc, it'll break. So this should be fixed. Actually it is not, but I guess due to ppc64 does not call these macros. Will repost shortly. > drew -- 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