drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / riscv / include / asm / fpu.h
blob91c04c244e12d363588e58f8f5a4abf4fd2db563
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (C) 2023 SiFive
4 */
6 #ifndef _ASM_RISCV_FPU_H
7 #define _ASM_RISCV_FPU_H
9 #include <asm/switch_to.h>
11 #define kernel_fpu_available() has_fpu()
13 void kernel_fpu_begin(void);
14 void kernel_fpu_end(void);
16 #endif /* ! _ASM_RISCV_FPU_H */