hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/nds32/include/uapi/asm/auxvec.h
....@@ -1,9 +1,16 @@
1
-// SPDX-License-Identifier: GPL-2.0
1
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22 // Copyright (C) 2005-2017 Andes Technology Corporation
33
44 #ifndef __ASM_AUXVEC_H
55 #define __ASM_AUXVEC_H
66
7
+/*
8
+ * This entry gives some information about the FPU initialization
9
+ * performed by the kernel.
10
+ */
11
+#define AT_FPUCW 18 /* Used FPU control word. */
12
+
13
+
714 /* VDSO location */
815 #define AT_SYSINFO_EHDR 33
916