|
@@ -54,7 +54,7 @@ extern ctxd_t *srmmu_ctx_table_phys;
|
|
|
static int smp_processors_ready;
|
|
|
extern volatile unsigned long cpu_callin_map[NR_CPUS];
|
|
|
extern cpumask_t smp_commenced_mask;
|
|
|
-void __init leon_configure_cache_smp(void);
|
|
|
+void __cpuinit leon_configure_cache_smp(void);
|
|
|
static void leon_ipi_init(void);
|
|
|
|
|
|
/* IRQ number of LEON IPIs */
|
|
@@ -121,7 +121,7 @@ void __cpuinit leon_callin(void)
|
|
|
|
|
|
extern struct linux_prom_registers smp_penguin_ctable;
|
|
|
|
|
|
-void __init leon_configure_cache_smp(void)
|
|
|
+void __cpuinit leon_configure_cache_smp(void)
|
|
|
{
|
|
|
unsigned long cfg = sparc_leon3_get_dcachecfg();
|
|
|
int me = smp_processor_id();
|