[PATCH] PPC32: Fix compilation of ppc_ksyms.c on !CONFIG_PPC_STD_MMU
From: Tom Rini <trini@kernel.crashing.org> Fix compilation of arch/ppc/kernel/ppc_ksyms.c on !CONFIG_PPC_STD_MMU 'mol_trampoline' is only defined on CONFIG_PPC_STD_MMU. Therefore this file will not compile on !CONFIG_PPC_STD_MMU without this change.
Showing
Please register or sign in to comment