summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/common.h
blob: 58191eadc7a3ce2d10e165890c7000bae38791c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
extern struct smp_operations tegra_smp_ops;

extern unsigned long tegra_tsec_start;
extern unsigned long tegra_tsec_size;

#ifdef CONFIG_CACHE_L2X0
void tegra_init_cache(bool init);
#else
static inline void tegra_init_cache(bool init) {}
#endif

extern void tegra_cpu_die(unsigned int cpu);
extern int tegra_cpu_kill(unsigned int cpu);
extern unsigned long tegra_avp_kernel_start;
extern unsigned long tegra_avp_kernel_size;