diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-11-19 07:23:51 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-01-29 05:14:57 -0500 |
commit | 87353d8ac39c52784da605ecbe965ecdfad609ad (patch) | |
tree | c95ce7cbe9b099c21cab71a195621801b04bc05a /arch/mips/Kconfig | |
parent | 19388fb092d89e179575bd0b44f51b57e175edf5 (diff) |
[MIPS] SMP: Call platform methods via ops structure.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 8cbdfd255670..b211e7961f28 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1441,6 +1441,7 @@ config MIPS_MT_SMP | |||
1441 | select SMP | 1441 | select SMP |
1442 | select SYS_SUPPORTS_SCHED_SMT if SMP | 1442 | select SYS_SUPPORTS_SCHED_SMT if SMP |
1443 | select SYS_SUPPORTS_SMP | 1443 | select SYS_SUPPORTS_SMP |
1444 | select SMP_UP | ||
1444 | help | 1445 | help |
1445 | This is a kernel model which is also known a VSMP or lately | 1446 | This is a kernel model which is also known a VSMP or lately |
1446 | has been marketesed into SMVP. | 1447 | has been marketesed into SMVP. |
@@ -1457,6 +1458,7 @@ config MIPS_MT_SMTC | |||
1457 | select NR_CPUS_DEFAULT_8 | 1458 | select NR_CPUS_DEFAULT_8 |
1458 | select SMP | 1459 | select SMP |
1459 | select SYS_SUPPORTS_SMP | 1460 | select SYS_SUPPORTS_SMP |
1461 | select SMP_UP | ||
1460 | help | 1462 | help |
1461 | This is a kernel model which is known a SMTC or lately has been | 1463 | This is a kernel model which is known a SMTC or lately has been |
1462 | marketesed into SMVP. | 1464 | marketesed into SMVP. |
@@ -1735,6 +1737,9 @@ config SMP | |||
1735 | 1737 | ||
1736 | If you don't know what to do here, say N. | 1738 | If you don't know what to do here, say N. |
1737 | 1739 | ||
1740 | config SMP_UP | ||
1741 | bool | ||
1742 | |||
1738 | config SYS_SUPPORTS_SMP | 1743 | config SYS_SUPPORTS_SMP |
1739 | bool | 1744 | bool |
1740 | 1745 | ||