diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-07-24 15:36:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-07-24 15:36:02 +0000 |
commit | bc0f9ad8ca4be62096bdf43a8cc5e1df989875a5 (patch) | |
tree | 2ba48a92a503578169262bbdcd9abaae476e56f3 /target/linux/ar71xx/patches-4.1 | |
parent | 5537698be1dfe40676d0f5e9b43852a72a5e5573 (diff) | |
download | upstream-bc0f9ad8ca4be62096bdf43a8cc5e1df989875a5.tar.gz upstream-bc0f9ad8ca4be62096bdf43a8cc5e1df989875a5.tar.bz2 upstream-bc0f9ad8ca4be62096bdf43a8cc5e1df989875a5.zip |
kernel: fix oprofile performance counter interrupt handling on mips
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46482
Diffstat (limited to 'target/linux/ar71xx/patches-4.1')
-rw-r--r-- | target/linux/ar71xx/patches-4.1/509-MIPS-ath79-process-board-kernel-option.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-4.1/509-MIPS-ath79-process-board-kernel-option.patch b/target/linux/ar71xx/patches-4.1/509-MIPS-ath79-process-board-kernel-option.patch index 98ef1e134a..2366c40cd0 100644 --- a/target/linux/ar71xx/patches-4.1/509-MIPS-ath79-process-board-kernel-option.patch +++ b/target/linux/ar71xx/patches-4.1/509-MIPS-ath79-process-board-kernel-option.patch @@ -1,6 +1,6 @@ --- a/arch/mips/ath79/setup.c +++ b/arch/mips/ath79/setup.c -@@ -235,6 +235,8 @@ void __init plat_time_init(void) +@@ -236,6 +236,8 @@ void __init plat_time_init(void) mips_hpt_frequency = cpu_clk_rate / 2; } |