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 | 8ad8ea260888729a3f74c8c7094313d705155b5a (patch) | |
tree | 48e36b09acebbabb979c69f0fff726c32c2aafcd /target/linux/brcm63xx/config-3.14 | |
parent | 000ed6ac7214389868adeac23c99d93ae3e87ffd (diff) | |
download | upstream-8ad8ea260888729a3f74c8c7094313d705155b5a.tar.gz upstream-8ad8ea260888729a3f74c8c7094313d705155b5a.tar.bz2 upstream-8ad8ea260888729a3f74c8c7094313d705155b5a.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40387 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/config-3.14')
-rw-r--r-- | target/linux/brcm63xx/config-3.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/config-3.14 b/target/linux/brcm63xx/config-3.14 index 2ab663ef15..9a044ec743 100644 --- a/target/linux/brcm63xx/config-3.14 +++ b/target/linux/brcm63xx/config-3.14 @@ -181,6 +181,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 |