]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: fix build error when BPF_SYSCALL is disabled
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Tue, 8 Mar 2022 19:18:20 +0000 (20:18 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Mar 2022 20:53:05 +0000 (12:53 -0800)
commitb82a5e64aa311d7dcc746a4c288081b43d5025aa
tree081bc041be978def4f44d047be8ec324f308b20b
parentc661e59aab688e7d150b36fb0689774cfb210495
ARM: fix build error when BPF_SYSCALL is disabled

It was missing a semicolon.

Signed-off-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Fixes: f59cb16d36d0 ("ARM: include unprivileged BPF status in Spectre V2 reporting").
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/arm/kernel/spectre.c