ppc: Rename #include'd .c files to .inc.c
commit15848410af5caccb7ca419654e46b0ce42d6bf4b
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 1 Aug 2016 10:17:42 +0000 (1 20:17 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 7 Sep 2016 02:40:12 +0000 (7 12:40 +1000)
tree429e203db016b878c7a2dd737d297c50e2ab7363
parent787bbe3711725c66c2c24b0afad487beb76fe9e7
ppc: Rename #include'd .c files to .inc.c

Also while at it, group the #include statements in translate.c

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/translate.c
target-ppc/translate/dfp-impl.inc.c [moved from target-ppc/translate/dfp-impl.c with 100% similarity]
target-ppc/translate/dfp-ops.inc.c [moved from target-ppc/translate/dfp-ops.c with 100% similarity]
target-ppc/translate/fp-impl.inc.c [moved from target-ppc/translate/fp-impl.c with 100% similarity]
target-ppc/translate/fp-ops.inc.c [moved from target-ppc/translate/fp-ops.c with 100% similarity]
target-ppc/translate/spe-impl.inc.c [moved from target-ppc/translate/spe-impl.c with 100% similarity]
target-ppc/translate/spe-ops.inc.c [moved from target-ppc/translate/spe-ops.c with 100% similarity]
target-ppc/translate/vmx-impl.inc.c [moved from target-ppc/translate/vmx-impl.c with 100% similarity]
target-ppc/translate/vmx-ops.inc.c [moved from target-ppc/translate/vmx-ops.c with 100% similarity]
target-ppc/translate/vsx-impl.inc.c [moved from target-ppc/translate/vsx-impl.c with 100% similarity]
target-ppc/translate/vsx-ops.inc.c [moved from target-ppc/translate/vsx-ops.c with 100% similarity]