#ifdef MULTI_CACHE
struct cpu_cache_fns cpu_cache __read_mostly;
#endif
static void __init setup_processor(void) { struct proc_info_list *list;
... #ifdef MULTI_CACHE
cpu_cache = *list->cache; #endif