hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
kernel/arch/mips/include/asm/vdso/vdso.h
....@@ -1,25 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Copyright (C) 2015 Imagination Technologies
34 * Author: Alex Smith <alex.smith@imgtec.com>
4
- *
5
- * This program is free software; you can redistribute it and/or modify it
6
- * under the terms of the GNU General Public License as published by the
7
- * Free Software Foundation; either version 2 of the License, or (at your
8
- * option) any later version.
95 */
106
117 #include <asm/sgidefs.h>
12
-
13
-#if _MIPS_SIM != _MIPS_SIM_ABI64 && defined(CONFIG_64BIT)
14
-
15
-/* Building 32-bit VDSO for the 64-bit kernel. Fake a 32-bit Kconfig. */
16
-#define BUILD_VDSO32_64
17
-#undef CONFIG_64BIT
18
-#define CONFIG_32BIT 1
19
-#ifndef __ASSEMBLY__
20
-#include <asm-generic/atomic64.h>
21
-#endif
22
-#endif
238
249 #ifndef __ASSEMBLY__
2510