WIP FPC-III support
[linux/fpc-iii.git] / arch / sparc / vdso / vdso32 / vclock_gettime.c
blobd7f99e6745ea9a0ef2a15eaa6b7d97762eacdc97
1 /*
2 * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
3 */
5 #define BUILD_VDSO32
7 #ifdef CONFIG_SPARC64
9 /*
10 * in case of a 32 bit VDSO for a 64 bit kernel fake a 32 bit kernel
11 * configuration
13 #undef CONFIG_64BIT
14 #undef CONFIG_SPARC64
15 #define BUILD_VDSO32_64
16 #define CONFIG_32BIT
17 #undef CONFIG_QUEUED_RWLOCKS
18 #undef CONFIG_QUEUED_SPINLOCKS
20 #endif
22 #include "../vclock_gettime.c"