On Wed, May 28, 2014 at 09:19:55PM +0100, Mark Brown wrote: > On Wed, Apr 30, 2014 at 06:54:33PM +0900, AKASHI Takahiro wrote: > > > +/* > > + * arch/arm64/kernel/entry-ftrace.S > > + * > > + * Copyright (C) 2013 Linaro Limited > > + * Author: AKASHI Takahiro <takahiro.aka...@linaro.org> > > + * > > + * This program is free software; you can redistribute it and/or modify > > + * it under the terms of the GNU General Public License version 2 as > > + * published by the Free Software Foundation. > > + */ > > + > > +#include <linux/linkage.h> > > +#include <asm/ftrace.h> > > +#include <asm/insn.h> > > asm/insn.h contains a bunch of C stuff which won't build without > __ASSEMBLY__ guards unless I'm missing something (I'm working with a > non-mainline tree so I might be).
The guards are added earlier in this series. Will -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/