diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 13:21:09 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 13:21:09 +0000 |
commit | 693e5aae4160a69958b64fed77daa1696392fb0b (patch) | |
tree | 51a93795a4e0f0d24f306356dbaa711d559e9c0e /target/linux/brcm63xx/patches-3.14/101-MIPS-BCM63XX-sync-mips-counter-during-cpu-bringup.patch | |
parent | 130acd0f4c69273ff720406d4e2f748487bb4cd8 (diff) | |
download | upstream-693e5aae4160a69958b64fed77daa1696392fb0b.tar.gz upstream-693e5aae4160a69958b64fed77daa1696392fb0b.tar.bz2 upstream-693e5aae4160a69958b64fed77daa1696392fb0b.zip |
brcm63xx: remove linux 3.14 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45089
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14/101-MIPS-BCM63XX-sync-mips-counter-during-cpu-bringup.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.14/101-MIPS-BCM63XX-sync-mips-counter-during-cpu-bringup.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/target/linux/brcm63xx/patches-3.14/101-MIPS-BCM63XX-sync-mips-counter-during-cpu-bringup.patch b/target/linux/brcm63xx/patches-3.14/101-MIPS-BCM63XX-sync-mips-counter-during-cpu-bringup.patch deleted file mode 100644 index f303c6173b..0000000000 --- a/target/linux/brcm63xx/patches-3.14/101-MIPS-BCM63XX-sync-mips-counter-during-cpu-bringup.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 23c21090f49a64b532755542a71e9aa3e4fc84d9 Mon Sep 17 00:00:00 2001 -From: Jonas Gorski <jogo@openwrt.org> -Date: Sat, 5 Apr 2014 20:07:25 +0200 -Subject: [PATCH] MIPS: BCM63XX: sync mips counter during cpu bringup - -We are using the mips counters as the clock source, so we need to ensure -they are synced, else e.g. gettimeofday will return different values -depending on which core it was run. - -Observed difference was about 8 seconds, causing ~8 seconds ping or time -running backwards for some programs. - -Signed-off-by: Jonas Gorski <jogo@openwrt.org> ---- - arch/mips/Kconfig | 1 + - 1 file changed, 1 insertion(+) - ---- a/arch/mips/Kconfig -+++ b/arch/mips/Kconfig -@@ -132,6 +132,7 @@ config BCM63XX - select BOOT_RAW - select CEVT_R4K - select CSRC_R4K -+ select SYNC_R4K - select DMA_NONCOHERENT - select IRQ_CPU - select SYS_SUPPORTS_32BIT_KERNEL |