| 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
|---|---|
| 2 | /* |
| 3 | * Copyright (C) 2023 SiFive |
| 4 | */ |
| 5 | |
| 6 | #ifndef _ASM_X86_FPU_H |
| 7 | #define _ASM_X86_FPU_H |
| 8 | |
| 9 | #include <asm/fpu/api.h> |
| 10 | |
| 11 | #define kernel_fpu_available() true |
| 12 | |
| 13 | #endif /* ! _ASM_X86_FPU_H */ |
| 14 |
| 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
|---|---|
| 2 | /* |
| 3 | * Copyright (C) 2023 SiFive |
| 4 | */ |
| 5 | |
| 6 | #ifndef _ASM_X86_FPU_H |
| 7 | #define _ASM_X86_FPU_H |
| 8 | |
| 9 | #include <asm/fpu/api.h> |
| 10 | |
| 11 | #define kernel_fpu_available() true |
| 12 | |
| 13 | #endif /* ! _ASM_X86_FPU_H */ |
| 14 |