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/generic/patches-4.9/304-mips_disable_fpu.patch | |
parent | d517f043434901452fd19dabc7deefb58179c444 (diff) | |
download | mtk-20170518-236840eb473d271450d9864d1c46927ddaf305ee.zip mtk-20170518-236840eb473d271450d9864d1c46927ddaf305ee.tar.gz mtk-20170518-236840eb473d271450d9864d1c46927ddaf305ee.tar.bz2 |
kernel: update kernel 4.9 to version 4.9.10
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic/patches-4.9/304-mips_disable_fpu.patch')
-rw-r--r-- | target/linux/generic/patches-4.9/304-mips_disable_fpu.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/generic/patches-4.9/304-mips_disable_fpu.patch b/target/linux/generic/patches-4.9/304-mips_disable_fpu.patch index b46ae87..af09137 100644 --- a/target/linux/generic/patches-4.9/304-mips_disable_fpu.patch +++ b/target/linux/generic/patches-4.9/304-mips_disable_fpu.patch @@ -26,7 +26,7 @@ v2: incorporated changes suggested by Jonas Gorski --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -2891,6 +2891,20 @@ +@@ -2891,6 +2891,20 @@ config MIPS_O32_FP64_SUPPORT If unsure, say N. @@ -49,7 +49,7 @@ v2: incorporated changes suggested by Jonas Gorski select OF --- a/arch/mips/Makefile +++ b/arch/mips/Makefile -@@ -287,7 +287,7 @@ +@@ -287,7 +287,7 @@ OBJCOPYFLAGS += --remove-section=.regin head-y := arch/mips/kernel/head.o libs-y += arch/mips/lib/ @@ -60,7 +60,7 @@ v2: incorporated changes suggested by Jonas Gorski core-y += arch/mips/ --- a/arch/mips/include/asm/fpu.h +++ b/arch/mips/include/asm/fpu.h -@@ -227,8 +227,10 @@ +@@ -227,8 +227,10 @@ static inline int init_fpu(void) /* Restore FRE */ write_c0_config5(config5); enable_fpu_hazard(); @@ -82,7 +82,7 @@ v2: incorporated changes suggested by Jonas Gorski #ifdef CONFIG_DEBUG_FS struct mips_fpu_emulator_stats { -@@ -63,6 +64,16 @@ +@@ -63,6 +64,16 @@ do { \ extern int fpu_emulator_cop1Handler(struct pt_regs *xcp, struct mips_fpu_struct *ctx, int has_fpu, void *__user *fault_addr); @@ -101,7 +101,7 @@ v2: incorporated changes suggested by Jonas Gorski int process_fpemu_return(int sig, void __user *fault_addr, --- a/arch/mips/include/asm/dsemul.h +++ b/arch/mips/include/asm/dsemul.h -@@ -41,6 +41,7 @@ +@@ -41,6 +41,7 @@ struct task_struct; extern int mips_dsemul(struct pt_regs *regs, mips_instruction ir, unsigned long branch_pc, unsigned long cont_pc); @@ -109,7 +109,7 @@ v2: incorporated changes suggested by Jonas Gorski /** * do_dsemulret() - Return from a delay slot 'emulation' frame * @xcp: User thread register context. -@@ -88,5 +89,27 @@ +@@ -88,5 +89,27 @@ extern bool dsemul_thread_rollback(struc * before @mm is freed in order to avoid memory leaks. */ extern void dsemul_mm_cleanup(struct mm_struct *mm); |