Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179278
b: refs/heads/master
c: 02beacc
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Jan 13, 2010
1 parent c33c6cd commit ed8af9f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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: a58c26bba9ebe97fea99aee125728b1f3886499e
refs/heads/master: 02beaccc901b7a28ac1de79f3ed122f5fda220b1
1 change: 0 additions & 1 deletion trunk/arch/s390/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,6 @@ setup_arch(char **cmdline_p)
setup_lowcore();

cpu_init();
__cpu_logical_map[0] = stap();
s390_init_cpu_topology();

/*
Expand Down
6 changes: 6 additions & 0 deletions trunk/arch/s390/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,12 @@ void __init smp_cpus_done(unsigned int max_cpus)
{
}

void __init smp_setup_processor_id(void)
{
S390_lowcore.cpu_nr = 0;
__cpu_logical_map[0] = stap();
}

/*
* the frequency of the profiling timer can be changed
* by writing a multiplier value into /proc/profile.
Expand Down

0 comments on commit ed8af9f

Please sign in to comment.