commit | 02beaccc901b7a28ac1de79f3ed122f5fda220b1 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Wed Jan 13 20:44:34 2010 +0100 |
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | Wed Jan 13 20:44:45 2010 +0100 |
tree | 77c36cd14b9ce1324ff6127a4bdb19e312fef7e2 | |
parent | a58c26bba9ebe97fea99aee125728b1f3886499e [diff] |
[S390] smp: setup smp_processor_id early smp_processor_id() is supposed to work before setup_arch() gets called. Before that smp_processor_id() may return just an arbitrary value that is contained in the uninitialized boot lowcore. So provide the arch function which will override the weak function in init/main.c. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>