Skip to content

Commit

Permalink
zabbly: Revert aaeca98
Browse files Browse the repository at this point in the history
This change broke ZFS on aarch64.

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
  • Loading branch information
stgraber committed Dec 14, 2023
1 parent a640906 commit bbe4d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/kernel/fpsimd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1917,7 +1917,7 @@ void kernel_neon_begin(void)
/* Invalidate any task state remaining in the fpsimd regs: */
fpsimd_flush_cpu_state();
}
EXPORT_SYMBOL_GPL(kernel_neon_begin);
EXPORT_SYMBOL(kernel_neon_begin);

/*
* kernel_neon_end(): give the CPU FPSIMD registers back to the current task
Expand All @@ -1935,7 +1935,7 @@ void kernel_neon_end(void)

put_cpu_fpsimd_context();
}
EXPORT_SYMBOL_GPL(kernel_neon_end);
EXPORT_SYMBOL(kernel_neon_end);

#ifdef CONFIG_EFI

Expand Down

0 comments on commit bbe4d20

Please sign in to comment.