From ee3c7018b2f4c37ad3852ae28dc85ed7f3858121 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 5 Dec 2016 01:24:35 +0100 Subject: nds32: add required kernel change Signed-off-by: Waldemar Brodkorb --- target/linux/patches/3.4.113/nds32.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/target/linux/patches/3.4.113/nds32.patch b/target/linux/patches/3.4.113/nds32.patch index 9b87efdce..b71178b57 100644 --- a/target/linux/patches/3.4.113/nds32.patch +++ b/target/linux/patches/3.4.113/nds32.patch @@ -72130,3 +72130,15 @@ diff -Nur linux-3.4.113.orig/sound/nds32/Makefile linux-3.4.113/sound/nds32/Make +snd-ftssp010-objs := FTSSP010_HDA.o FTSSP010_HDA_lib.o +endif +obj-$(CONFIG_SND_FTSSP010) += snd-ftssp010.o +diff -Nur linux-3.4.113.orig/arch/nds32/include/asm/sigcontext.h linux-3.4.113/arch/nds32/include/asm/sigcontext.h +--- linux-3.4.113.orig/arch/nds32/include/asm/sigcontext.h 2016-12-04 19:56:12.061027027 +0100 ++++ linux-3.4.113/arch/nds32/include/asm/sigcontext.h 2016-12-04 19:56:45.122305938 +0100 +@@ -59,7 +59,7 @@ + unsigned long nds32_r25; + unsigned long nds32_fp; /* $r28 */ + unsigned long nds32_gp; /* $r29 */ +- unsigned long nds32_lr; /* $r30 */ ++ unsigned long nds32_lp; /* $r30 */ + unsigned long nds32_sp; /* $r31 */ + unsigned long nds32_ipc; + unsigned long fault_address; -- cgit v1.2.3