From: Chen Gang <762976180@qq.com> Date: Mon, 2 Mar 2015 23:24:26 +0000 (+0800) Subject: c6x: asm: Add default flat.h according to xtensa architecture X-Git-Tag: omap-for-v4.1/fixes-rc1~123^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06745d74e46a8dffa768e43b54835aa94903550a;p=pandora-kernel.git c6x: asm: Add default flat.h according to xtensa architecture For supporting uClinux flat-format executables, c6x needs to define the fewest features to support it, at present, xtensa architecture has the fewest feature for it, so just copy xtensa flat.h. The related error: CC fs/binfmt_flat.o In file included from fs/binfmt_flat.c:36:0: include/linux/flat.h:12:22: fatal error: asm/flat.h: No such file or directory Signed-off-by: Chen Gang Signed-off-by: Mark Salter --- Reading git-diff-tree failed