diff options
author | Dave Martin <Dave.Martin@arm.com> | 2017-08-18 15:53:47 +0200 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2017-08-18 19:29:10 +0200 |
commit | 3b66023d574fee8a481f8e4e1b5bd15583a3b5bf (patch) | |
tree | 60004809281cc8063f08cc69452b99dbf195ae9a /arch/arm64/include | |
parent | arm64: neon: Forbid when irqs are disabled (diff) | |
download | linux-3b66023d574fee8a481f8e4e1b5bd15583a3b5bf.tar.xz linux-3b66023d574fee8a481f8e4e1b5bd15583a3b5bf.zip |
arm64: neon/efi: Make EFI fpsimd save/restore variables static
The percpu variables efi_fpsimd_state and efi_fpsimd_state_used,
used by the FPSIMD save/restore routines for EFI calls, are
unintentionally global.
There's no reason for anything outside fpsimd.c to touch these, so
this patch makes them static (as they should have been in the first
place).
Signed-off-by: Dave Martin <Dave.Martin@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/include')
0 files changed, 0 insertions, 0 deletions