All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: BPF: Disable JIT on R3000 (MIPS-I)
@ 2015-09-05 19:29 Ben Hutchings
  2015-10-05  9:24 ` Ralf Baechle
  0 siblings, 1 reply; 5+ messages in thread
From: Ben Hutchings @ 2015-09-05 19:29 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 739 bytes --]

The JIT does not include the load delay slots required by MIPS-I
processors.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 arch/mips/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 199a835..7ff9cba 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -12,7 +12,7 @@ config MIPS
 	select HAVE_ARCH_KGDB
 	select HAVE_ARCH_SECCOMP_FILTER
 	select HAVE_ARCH_TRACEHOOK
-	select HAVE_BPF_JIT if !CPU_MICROMIPS
+	select HAVE_BPF_JIT if !CPU_MICROMIPS && !CPU_R3000
 	select ARCH_HAVE_CUSTOM_GPIO_H
 	select HAVE_FUNCTION_TRACER
 	select HAVE_DYNAMIC_FTRACE
-- 
Ben Hutchings
friends: People who know you well, but like you anyway.


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 811 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-10-05 11:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-05 19:29 [PATCH] MIPS: BPF: Disable JIT on R3000 (MIPS-I) Ben Hutchings
2015-10-05  9:24 ` Ralf Baechle
2015-10-05  9:51   ` Markos Chandras
2015-10-05  9:51     ` Markos Chandras
2015-10-05 11:31   ` Ben Hutchings

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.