Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262402
b: refs/heads/master
c: b7f2750
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens committed Aug 3, 2011
1 parent e9a03ad commit 651a2b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: af6df871ba87ff93739babb16d26160c37c43183
refs/heads/master: b7f275042f5d69b6c31975341ce5f06cf2aff95f
6 changes: 0 additions & 6 deletions trunk/arch/s390/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,19 +452,13 @@ static void __init smp_detect_cpus(void)
*/
int __cpuinit start_secondary(void *cpuvoid)
{
/* Setup the cpu */
cpu_init();
preempt_disable();
/* Enable TOD clock interrupts on the secondary cpu. */
init_cpu_timer();
/* Enable cpu timer interrupts on the secondary cpu. */
init_cpu_vtimer();
/* Enable pfault pseudo page faults on this cpu. */
pfault_init();

/* call cpu notifiers */
notify_cpu_starting(smp_processor_id());
/* Mark this cpu as online */
ipi_call_lock();
set_cpu_online(smp_processor_id(), true);
ipi_call_unlock();
Expand Down

0 comments on commit 651a2b5

Please sign in to comment.