Skip to content

Commit d005579

Browse files
committed
MIPS: fix Select HAVE_IRQ_EXIT_ON_IRQ_STACK patch.
Commit f017e58 which was commit 3cc3434fd6307d06b53b98ce83e76bf9807689b9 upstream, was misapplied to the 4.4 stable kernel. This patch fixes this and moves the chunk to the proper Kconfig area. Reported-by: "Maciej W. Rozycki" <macro@linux-mips.org> Cc: Matt Redfearn <matt.redfearn@imgtec.com> Cc: Jason A. Donenfeld <jason@zx2c4.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Amit Pundir <amit.pundir@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent e2f5fb9 commit d005579

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/mips/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ config CPU_MIPS32_R6
14131413
select CPU_SUPPORTS_MSA
14141414
select GENERIC_CSUM
14151415
select HAVE_KVM
1416-
select MIPS_O32_FP64_SUPPORT if 32BIT
1416+
select MIPS_O32_FP64_SUPPORT
14171417
help
14181418
Choose this option to build a kernel for release 6 or later of the
14191419
MIPS32 architecture. New MIPS processors, starting with the Warrior
@@ -1464,7 +1464,7 @@ config CPU_MIPS64_R6
14641464
select CPU_SUPPORTS_HIGHMEM
14651465
select CPU_SUPPORTS_MSA
14661466
select GENERIC_CSUM
1467-
select MIPS_O32_FP64_SUPPORT if MIPS32_O32
1467+
select MIPS_O32_FP64_SUPPORT if 32BIT || MIPS32_O32
14681468
help
14691469
Choose this option to build a kernel for release 6 or later of the
14701470
MIPS64 architecture. New MIPS processors, starting with the Warrior

0 commit comments

Comments
 (0)