Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204730
b: refs/heads/master
c: d77cb21
h: refs/heads/master
v: v3
  • Loading branch information
Tiejun Chen authored and Benjamin Herrenschmidt committed Jul 31, 2010
1 parent 390c43e commit e2ba9dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 1927445a7376e183072e6147a9641088b9b6a30e
refs/heads/master: d77cb21b578a5428482bc0fd187f7c0518a0b32a
8 changes: 0 additions & 8 deletions trunk/arch/powerpc/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,14 +499,6 @@ int __devinit start_secondary(void *unused)
current->active_mm = &init_mm;

smp_store_cpu_info(cpu);

#if defined(CONFIG_BOOKE) || defined(CONFIG_40x)
/* Clear any pending timer interrupts */
mtspr(SPRN_TSR, TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS);

/* Enable decrementer interrupt */
mtspr(SPRN_TCR, TCR_DIE);
#endif
set_dec(tb_ticks_per_jiffy);
preempt_disable();
cpu_callin_map[cpu] = 1;
Expand Down

0 comments on commit e2ba9dd

Please sign in to comment.