blob: d9ae5ac93dfc70d39373eae9f252811e432d12e5 [file] [log] [blame]
#ifndef __ASM_SMP_H
#define __ASM_SMP_H
#ifndef __ASSEMBLY__
extern cpumask_t cpu_callin_map;
extern void (*mtrr_hook)(void);
extern void zap_low_mappings(void);
#endif /* !ASSEMBLY */
#endif