···412412413413config GENERIC_TBSYNC414414 bool415415- default y if CONFIG_PPC32 && CONFIG_SMP415415+ default y if PPC32 && SMP416416 default n417417418418source "drivers/cpufreq/Kconfig"
-1
arch/powerpc/kernel/ppc_ksyms.c
···244244extern long mol_trampoline;245245EXPORT_SYMBOL(mol_trampoline); /* For MOL */246246EXPORT_SYMBOL(flush_hash_pages); /* For MOL */247247-EXPORT_SYMBOL_GPL(__handle_mm_fault); /* For MOL */248247#ifdef CONFIG_SMP249248extern int mmu_hash_lock;250249EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */