common.h (f4b9f40ae95bad3df68d4a9b275714ef04abb1b5) | common.h (0573b957fc21c6a6cee01fdb08c1f7ce556afbac) |
---|---|
1/* 2 * Header for code common to all OMAP2+ machines. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License as published by the 6 * Free Software Foundation; either version 2 of the License, or (at your 7 * option) any later version. 8 * --- 245 unchanged lines hidden (view full) --- 254 255extern void gic_dist_disable(void); 256extern void gic_dist_enable(void); 257extern bool gic_dist_disabled(void); 258extern void gic_timer_retrigger(void); 259extern void omap_smc1(u32 fn, u32 arg); 260extern void omap4_sar_ram_init(void); 261extern void __iomem *omap4_get_sar_ram_base(void); | 1/* 2 * Header for code common to all OMAP2+ machines. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License as published by the 6 * Free Software Foundation; either version 2 of the License, or (at your 7 * option) any later version. 8 * --- 245 unchanged lines hidden (view full) --- 254 255extern void gic_dist_disable(void); 256extern void gic_dist_enable(void); 257extern bool gic_dist_disabled(void); 258extern void gic_timer_retrigger(void); 259extern void omap_smc1(u32 fn, u32 arg); 260extern void omap4_sar_ram_init(void); 261extern void __iomem *omap4_get_sar_ram_base(void); |
262extern void omap4_mpuss_early_init(void); |
|
262extern void omap_do_wfi(void); 263 | 263extern void omap_do_wfi(void); 264 |
264#ifdef CONFIG_SMP 265/* Needed for secondary core boot */ | |
266extern void omap4_secondary_startup(void); 267extern void omap4460_secondary_startup(void); | 265extern void omap4_secondary_startup(void); 266extern void omap4460_secondary_startup(void); |
267 268#ifdef CONFIG_SMP 269/* Needed for secondary core boot */ |
|
268extern u32 omap_modify_auxcoreboot0(u32 set_mask, u32 clear_mask); 269extern void omap_auxcoreboot_addr(u32 cpu_addr); 270extern u32 omap_read_auxcoreboot0(void); 271 272extern void omap4_cpu_die(unsigned int cpu); 273 274extern const struct smp_operations omap4_smp_ops; 275 --- 60 unchanged lines hidden --- | 270extern u32 omap_modify_auxcoreboot0(u32 set_mask, u32 clear_mask); 271extern void omap_auxcoreboot_addr(u32 cpu_addr); 272extern u32 omap_read_auxcoreboot0(void); 273 274extern void omap4_cpu_die(unsigned int cpu); 275 276extern const struct smp_operations omap4_smp_ops; 277 --- 60 unchanged lines hidden --- |