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 ##