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)
commit330f4c53d3c2d8b11d86ec03a964b86dc81452f5
tree081bc041be978def4f44d047be8ec324f308b20b
parent4f86a6b46e5377a300b1d49f51c687450f72fb6d
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: 25875aa71dfe ("ARM: include unprivileged BPF status in Spectre V2 reporting").
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/arm/kernel/spectre.c