Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299514
b: refs/heads/master
c: e9a5ea1
h: refs/heads/master
v: v3
  • Loading branch information
Yong Zhang authored and David S. Miller committed Apr 21, 2012
1 parent 6d375e8 commit c659585
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8f4f9d4d3cb84686a75f6195b8f8705376763fc7
refs/heads/master: e9a5ea1852cd8d7e155d2e3a45e4a6ea25110f7d
3 changes: 3 additions & 0 deletions trunk/arch/sparc/kernel/leon_smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <linux/pm.h>
#include <linux/delay.h>
#include <linux/gfp.h>
#include <linux/cpu.h>

#include <asm/cacheflush.h>
#include <asm/tlbflush.h>
Expand Down Expand Up @@ -78,6 +79,8 @@ void __cpuinit leon_callin(void)
local_flush_tlb_all();
leon_configure_cache_smp();

notify_cpu_starting(cpuid);

/* Get our local ticker going. */
smp_setup_percpu_timer();

Expand Down

0 comments on commit c659585

Please sign in to comment.