diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-05 01:24:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-05 01:25:55 +0100 |
commit | ee3c7018b2f4c37ad3852ae28dc85ed7f3858121 (patch) | |
tree | 6d17d68db23958c383d91eb2859b57f18b40c063 | |
parent | 1dcaf313b2ded967ed4868ada97f95ab4e2c2feb (diff) |
nds32: add required kernel change
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
-rw-r--r-- | target/linux/patches/3.4.113/nds32.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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; |