[mips r6]disable JUMP_LABLE: cause Reservered Instruction

This commit is contained in:
YunQiang Su 2019-02-07 20:11:03 +08:00
parent 1b7fcaadae
commit cf0de8585e
3 changed files with 13 additions and 0 deletions

3
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Tue, 12 Feb 2019 12:49:10 +0000
linux (4.19.20-1) unstable; urgency=medium

View File

@ -1,3 +1,8 @@
##
## file: arch/Kconfig
##
# CONFIG_JUMP_LABEL is not set
##
## file: arch/mips/Kconfig
##

View File

@ -1,3 +1,8 @@
##
## file: arch/Kconfig
##
# CONFIG_JUMP_LABEL is not set
##
## file: arch/mips/Kconfig
##