[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1471037902-11908-1-git-send-email-fabf@skynet.be>
Date: Fri, 12 Aug 2016 23:38:22 +0200
From: Fabian Frederick <fabf@...net.be>
To: Ingo Molnar <mingo@...nel.org>
Cc: Daniel Borkmann <daniel@...earbox.net>,
linux-kernel@...r.kernel.org, fabf@...net.be
Subject: [PATCH 1/1 linux-next] Documentation/features/core: update HAVE_BPF_JIT
Update documentation according to commit 6077776b5908
("bpf: split HAVE_BPF_JIT into cBPF and eBPF variant")
Signed-off-by: Fabian Frederick <fabf@...net.be>
---
Documentation/features/core/BPF-JIT/arch-support.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/features/core/BPF-JIT/arch-support.txt b/Documentation/features/core/BPF-JIT/arch-support.txt
index c1b4f91..b685327 100644
--- a/Documentation/features/core/BPF-JIT/arch-support.txt
+++ b/Documentation/features/core/BPF-JIT/arch-support.txt
@@ -1,6 +1,6 @@
#
# Feature name: BPF-JIT
-# Kconfig: HAVE_BPF_JIT
+# Kconfig: HAVE_CBPF_JIT or HAVE_EBPF_JIT
# description: arch supports BPF JIT optimizations
#
-----------------------
--
2.8.1
Powered by blists - more mailing lists