diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-04-05 18:32:34 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-04-05 18:32:34 +0000 |
commit | 663083d930549e783e5e992b233409929ffd2353 (patch) | |
tree | 091178d72cd1b8b4e465aeffc2700609c1c04cd8 /target/linux/brcm63xx/config-3.10 | |
parent | 6d3672b13bebd89a4639bf7f4079c90d81c29d31 (diff) | |
download | upstream-663083d930549e783e5e992b233409929ffd2353.tar.gz upstream-663083d930549e783e5e992b233409929ffd2353.tar.bz2 upstream-663083d930549e783e5e992b233409929ffd2353.zip |
brcm63xx: sync mips counters during bringup of cpus
Fixes gettimeofday returning different values depending on which cpu
it is called.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 40387
Diffstat (limited to 'target/linux/brcm63xx/config-3.10')
-rw-r--r-- | target/linux/brcm63xx/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/config-3.10 b/target/linux/brcm63xx/config-3.10 index ab022aec77..725a827a10 100644 --- a/target/linux/brcm63xx/config-3.10 +++ b/target/linux/brcm63xx/config-3.10 @@ -172,6 +172,7 @@ CONFIG_SSB_PCIHOST_POSSIBLE=y CONFIG_SSB_SPROM=y CONFIG_SWAP_IO_SPACE=y CONFIG_SWCONFIG=y +CONFIG_SYNC_R4K=y CONFIG_SYS_HAS_CPU_BMIPS=y CONFIG_SYS_HAS_CPU_BMIPS32_3300=y CONFIG_SYS_HAS_CPU_BMIPS4350=y |