commit | 1e35aabab82f8a6f7ab884b642e68be260f92f2c | [log] [tgz] |
---|---|---|
author | Rojhalat Ibrahim <imr@rtschenk.de> | Mon Feb 20 13:35:27 2006 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Feb 21 16:58:23 2006 +0000 |
tree | 0daef6084bb1b35f40d129245579dc358df480fb | |
parent | 76e1daee7db153400aaed55646e05a312da353b3 [diff] |
[MIPS] Add topology_init. A recent patch introduced cpu topology in sysfs. When you run a kernel with SMP and sysfs enabled, you now get an Oops on boot. The following patch fixes that by adding topology_init to arch/mips/kernel/smp.c. The code is copied from arch/s390/kernel/smp.c. Signed-off-by: Rojhalat Ibrahim <imr@rtschenk.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>