mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 08:43:31 +00:00
14 lines
221 B
C
14 lines
221 B
C
![]() |
/* SPDX-License-Identifier: GPL-2.0-only */
|
||
|
/*
|
||
|
* Copyright (C) 2023 SiFive
|
||
|
*/
|
||
|
|
||
|
#ifndef _ASM_X86_FPU_H
|
||
|
#define _ASM_X86_FPU_H
|
||
|
|
||
|
#include <asm/fpu/api.h>
|
||
|
|
||
|
#define kernel_fpu_available() true
|
||
|
|
||
|
#endif /* ! _ASM_X86_FPU_H */
|