Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309532
b: refs/heads/master
c: 080f888
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed May 28, 2012
1 parent 5626908 commit dc41367
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3107948848ebc52b98ffd853f72065338bbc57e2
refs/heads/master: 080f88837b489ff53c9ca62bc3adefdf74eb61e8
4 changes: 2 additions & 2 deletions trunk/arch/sparc/kernel/leon_smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit dc41367

Please sign in to comment.