diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-07-16 10:56:38 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-08-14 14:58:53 +1000 |
commit | 39cee08b28ea9541a6b6bd3317e13cbe71ab94ef (patch) | |
tree | 1f92ae2e711ffe0487dbf3b4c8e6ad3708724b16 /arch/powerpc/include | |
parent | f0870c55301da7e27be53d65dc62020a0fba749a (diff) | |
download | linux-39cee08b28ea9541a6b6bd3317e13cbe71ab94ef.tar.gz linux-39cee08b28ea9541a6b6bd3317e13cbe71ab94ef.tar.bz2 linux-39cee08b28ea9541a6b6bd3317e13cbe71ab94ef.zip |
powerpc/8xx: Remove last traces of 8XX_MINIMAL_FPEMU
The Kconfig symbol 8XX_MINIMAL_FPEMU was removed in commit 968219fa33
("powerpc/8xx: Remove 8xx specific "minimal FPU emulation""). But that
commit didn't remove all code depending on that symbol. Do so now.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/emulated_ops.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/emulated_ops.h b/arch/powerpc/include/asm/emulated_ops.h index 63f2a22e9954..5a8b82aa7241 100644 --- a/arch/powerpc/include/asm/emulated_ops.h +++ b/arch/powerpc/include/asm/emulated_ops.h @@ -46,8 +46,6 @@ extern struct ppc_emulated { struct ppc_emulated_entry unaligned; #ifdef CONFIG_MATH_EMULATION struct ppc_emulated_entry math; -#elif defined(CONFIG_8XX_MINIMAL_FPEMU) - struct ppc_emulated_entry 8xx; #endif #ifdef CONFIG_VSX struct ppc_emulated_entry vsx; |