diff options
author | Tim Anderson <tanderson@mvista.com> | 2009-06-17 19:40:34 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-07-03 10:45:27 -0400 |
commit | eb9b5141a9815ef898ef6b6441f733e81c272600 (patch) | |
tree | 8bb0f113a4d156a74d5238be96cf1a9acf1267c3 /arch/mips/Kconfig | |
parent | 47b178bb69ea4d0043f2df509c714bc5b287f375 (diff) |
MIPS: CMP: Update sync-r4k for current kernel
This revises the sync-4k so it will boot and operate since the removal of
expirelo from the timer code.
Signed-off-by: Tim Anderson <tanderson@mvista.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 4368a723e2d0..df1a92afa56a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1656,7 +1656,7 @@ config MIPS_APSP_KSPD | |||
1656 | config MIPS_CMP | 1656 | config MIPS_CMP |
1657 | bool "MIPS CMP framework support" | 1657 | bool "MIPS CMP framework support" |
1658 | depends on SYS_SUPPORTS_MIPS_CMP | 1658 | depends on SYS_SUPPORTS_MIPS_CMP |
1659 | select SYNC_R4K if BROKEN | 1659 | select SYNC_R4K |
1660 | select SYS_SUPPORTS_SMP | 1660 | select SYS_SUPPORTS_SMP |
1661 | select SYS_SUPPORTS_SCHED_SMT if SMP | 1661 | select SYS_SUPPORTS_SCHED_SMT if SMP |
1662 | select WEAK_ORDERING | 1662 | select WEAK_ORDERING |