blob: d9ae5ac93dfc70d39373eae9f252811e432d12e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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
|