mtd: nand: omap: Fix comment in platform data using wrong Kconfig symbol
[linux/fpc-iii.git] / arch / x86 / entry / vdso / vdso32 / vclock_gettime.c
blob9242b28418d58d11373a81d6aa0403f8eddae2b4
1 // SPDX-License-Identifier: GPL-2.0
2 #define BUILD_VDSO32
4 #ifndef CONFIG_CC_OPTIMIZE_FOR_SIZE
5 #undef CONFIG_OPTIMIZE_INLINING
6 #endif
8 #ifdef CONFIG_X86_64
11 * in case of a 32 bit VDSO for a 64 bit kernel fake a 32 bit kernel
12 * configuration
14 #undef CONFIG_64BIT
15 #undef CONFIG_X86_64
16 #undef CONFIG_PGTABLE_LEVELS
17 #undef CONFIG_ILLEGAL_POINTER_VALUE
18 #undef CONFIG_SPARSEMEM_VMEMMAP
19 #undef CONFIG_NR_CPUS
21 #define CONFIG_X86_32 1
22 #define CONFIG_PGTABLE_LEVELS 2
23 #define CONFIG_PAGE_OFFSET 0
24 #define CONFIG_ILLEGAL_POINTER_VALUE 0
25 #define CONFIG_NR_CPUS 1
27 #define BUILD_VDSO32_64
29 #endif
31 #include "../vclock_gettime.c"