From f4e7270e33225b8f25b74ab9072e9b670f2f82ae Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 25 Jan 2020 22:30:06 +0100 Subject: sys/linux: extend DRM ioctl descriptions + disable binderfs (see comments) + add few more missing tty ioctls + improve few minor things in hci descriptions --- sys/linux/bpf_ppc64le.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/bpf_ppc64le.const') diff --git a/sys/linux/bpf_ppc64le.const b/sys/linux/bpf_ppc64le.const index f811b34c9..fbf665376 100644 --- a/sys/linux/bpf_ppc64le.const +++ b/sys/linux/bpf_ppc64le.const @@ -204,7 +204,7 @@ BTF_KIND_VOLATILE = 9 BTF_MAGIC = 60319 BTF_VERSION = 1 MAX_BPF_REG = 11 -__BPF_FUNC_MAX_ID = 118 +__BPF_FUNC_MAX_ID = 119 __MAX_BPF_REG = 11 __NR_bpf = 361 bpf_call_code = 133 -- cgit mrf-deployment