From cf0de8585ee5ff2ee8321692e385445842dd7e05 Mon Sep 17 00:00:00 2001 From: YunQiang Su Date: Thu, 7 Feb 2019 20:11:03 +0800 Subject: [PATCH] [mips r6]disable JUMP_LABLE: cause Reservered Instruction --- debian/changelog | 3 +++ debian/config/kernelarch-mips/config.mips32r6 | 5 +++++ debian/config/kernelarch-mips/config.mips64r6 | 5 +++++ 3 files changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index eb3f650e2..4c07e7184 100644 --- a/debian/changelog +++ b/debian/changelog @@ -601,6 +601,9 @@ linux (4.19.26-1) UNRELEASED; urgency=medium * [arm64] udeb: Use generic ata-modules * [arm64] udeb: Remove redundant lines from nic-modules + [ YunQiang Su ] + * [mips r6] Disable JUMP_LABEL for now: it will cause Reserved Instruction. + -- Ben Hutchings Tue, 12 Feb 2019 12:49:10 +0000 linux (4.19.20-1) unstable; urgency=medium diff --git a/debian/config/kernelarch-mips/config.mips32r6 b/debian/config/kernelarch-mips/config.mips32r6 index c95ffabb9..26b828a2a 100644 --- a/debian/config/kernelarch-mips/config.mips32r6 +++ b/debian/config/kernelarch-mips/config.mips32r6 @@ -1,3 +1,8 @@ +## +## file: arch/Kconfig +## +# CONFIG_JUMP_LABEL is not set + ## ## file: arch/mips/Kconfig ## diff --git a/debian/config/kernelarch-mips/config.mips64r6 b/debian/config/kernelarch-mips/config.mips64r6 index 2cd32b0b5..8fa946710 100644 --- a/debian/config/kernelarch-mips/config.mips64r6 +++ b/debian/config/kernelarch-mips/config.mips64r6 @@ -1,3 +1,8 @@ +## +## file: arch/Kconfig +## +# CONFIG_JUMP_LABEL is not set + ## ## file: arch/mips/Kconfig ##