diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-02-15 21:54:37 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-02-16 00:46:23 +0100 |
commit | 236840eb473d271450d9864d1c46927ddaf305ee (patch) | |
tree | c9b34623da285c535cafdcd7fbc286a5f39f7462 /target/linux/bcm53xx/patches-4.9/905-BCM53573-minor-hacks.patch | |
parent | d517f043434901452fd19dabc7deefb58179c444 (diff) | |
download | upstream-236840eb473d271450d9864d1c46927ddaf305ee.tar.gz upstream-236840eb473d271450d9864d1c46927ddaf305ee.tar.bz2 upstream-236840eb473d271450d9864d1c46927ddaf305ee.zip |
kernel: update kernel 4.9 to version 4.9.10
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/bcm53xx/patches-4.9/905-BCM53573-minor-hacks.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-4.9/905-BCM53573-minor-hacks.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm53xx/patches-4.9/905-BCM53573-minor-hacks.patch b/target/linux/bcm53xx/patches-4.9/905-BCM53573-minor-hacks.patch index e48d3aa678..fad36a6655 100644 --- a/target/linux/bcm53xx/patches-4.9/905-BCM53573-minor-hacks.patch +++ b/target/linux/bcm53xx/patches-4.9/905-BCM53573-minor-hacks.patch @@ -61,7 +61,7 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl> if (err == -ENOENT) { --- a/drivers/clocksource/arm_arch_timer.c +++ b/drivers/clocksource/arm_arch_timer.c -@@ -14,6 +14,7 @@ +@@ -17,6 +17,7 @@ #include <linux/smp.h> #include <linux/cpu.h> #include <linux/cpu_pm.h> @@ -69,7 +69,7 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl> #include <linux/clockchips.h> #include <linux/clocksource.h> #include <linux/interrupt.h> -@@ -376,6 +377,16 @@ arch_timer_detect_rate(void __iomem *cnt +@@ -513,6 +514,16 @@ arch_timer_detect_rate(void __iomem *cnt arch_timer_rate = arch_timer_get_cntfrq(); } |